This commit is contained in:
Paul 2000-12-18 17:05:43 +00:00
parent 1fab44452d
commit 34c0bc38f7
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,12 @@
// Defs for characters and animations
// Mainly needed for calls to _setCharacterAnimation()
#define CHAR_SPONGEBOB 0
#define CHAR_SANDY 1
#define CHAR_PATRICK 2
#define CHAR_SQUIDWARD 3
#define CHAR_KRABS 4
#define CHAR_PLANKTON 5
#define ANIM_QUIET 0
#define ANIM_TALKING 1

View File

@ -0,0 +1,4 @@
// Main definitions file
#define TRUE 1
#define FALSE 0