#ifndef __TRICKS_H #define __TRICKS_H #include "typedefs.h" #include "engine.h" /*********************************************************************** * Global Structures **********************************************************************/ /*********************************************************************** * Global Data **********************************************************************/ /*********************************************************************** * Function Prototypes **********************************************************************/ extern void InitGenerator( int nSprite ); extern void ActivateGenerator( int nSprite ); #endif // __TRICKS_H