home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1999 Spring / macformat-077.iso / Shareware Plus / Development / SpriteWorld 2.2 / SpriteWorld files / Utils / SWFPSReport.h < prev    next >
Encoding:
Text File  |  1998-06-08  |  454 b   |  27 lines  |  [TEXT/CWIE]

  1. ///--------------------------------------------------------------------------------------
  2. //    SWFPSReport.h
  3. ///--------------------------------------------------------------------------------------
  4.  
  5.  
  6. #ifndef __SWFPSReport__
  7. #define __SWFPSReport__
  8.  
  9. #ifndef __SOUND__
  10. #include "Sound.h"
  11. #endif
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16.  
  17.  
  18. void        StartTimer( void );
  19. void        ShowResults( long frames );
  20.  
  21.  
  22. #ifdef __cplusplus
  23. }
  24. #endif
  25.  
  26.  
  27. #endif /* __SWFPSReport__ */