TRICKS.H 714 B

1234567891011121314151617181920212223
  1. #ifndef __TRICKS_H
  2. #define __TRICKS_H
  3. #include "typedefs.h"
  4. #include "engine.h"
  5. /***********************************************************************
  6. * Global Structures
  7. **********************************************************************/
  8. /***********************************************************************
  9. * Global Data
  10. **********************************************************************/
  11. /***********************************************************************
  12. * Function Prototypes
  13. **********************************************************************/
  14. extern void InitGenerator( int nSprite );
  15. extern void ActivateGenerator( int nSprite );
  16. #endif // __TRICKS_H