1234567891011121314151617181920212223 |
- #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
|