aboutsummaryrefslogtreecommitdiff
path: root/gob/anim.cpp
blob: 41556d97b70b5068badfaf006e1fbb697e3bdeec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
** Gobliiins 1
** Original game by CoktelVision
**
** Reverse engineered by Ivan Dubrov <WFrag@yandex.ru>
**
*/
#include "gob/gob.h"
#include "gob/video.h"
#include "gob/anim.h"

namespace Gob {

int16 anim_animAreaLeft;
int16 anim_animAreaTop;
int16 anim_animAreaWidth;
int16 anim_animAreaHeight;
SurfaceDesc *anim_underAnimSurf = 0;

}				// End of namespace Gob