This commit is contained in:
Paul 2001-02-02 17:19:51 +00:00
parent 943daf2602
commit 45c58d0a64
3 changed files with 13 additions and 4 deletions

View File

@ -100,6 +100,7 @@ gfx_src := prim \
font \
bubicles \
skel \
skelspng \
anim
# camera \

View File

@ -19,11 +19,11 @@
-------- */
#ifndef __GAME_THING_H__
#include "Game/Thing.h"
#include "game/thing.h"
#endif
#ifndef __SKEL_HEADER__
#include "Gfx/Skel.h"
#ifndef __GFX_SKELSPNG_H__
#include "gfx/skelspng.h"
#endif
#ifndef __DATA_STRUCTS_HEADER__
@ -188,7 +188,7 @@ private:
static const AnimSfx s_animSfx[];
int m_animFrame;
int m_animNo;
CSkel m_skel;
CSkelSpongeBob m_skel;
DVECTOR m_moveVel;
int m_facing;

View File

@ -421,6 +421,14 @@ SOURCE=..\..\..\source\gfx\skel.h
# End Source File
# Begin Source File
SOURCE=..\..\..\source\gfx\skelspng.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\source\gfx\skelspng.h
# End Source File
# Begin Source File
SOURCE=..\..\..\source\gfx\sprbank.cpp
# End Source File
# Begin Source File