MyTime.h
上传用户:cding2008
上传日期:2007-01-03
资源大小:1812k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. /////////////////////////////////////////////////////////////////////////////
  2. // MyTime.h : main header file for the VISUAL3D application
  3. //
  4. // ModelMagic 3D and 'glOOP' (OpenGL Object Oriented Programming library)
  5. // Copyright (c) Craig Fahrnbach 1997, 1999
  6. //
  7. // OpenGL is a registered trademark of Silicon Graphics
  8. //
  9. //
  10. // This program is provided for educational and personal use only and
  11. // is provided without guarantee or warrantee expressed or implied.
  12. //
  13. // Commercial use is strickly prohibited without written permission
  14. // from ImageWare Development.
  15. //
  16. /////////////////////////////////////////////////////////////////////////////
  17. #ifndef __MYTIME__
  18. #define __MYTIME__
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22. /////////////////////////////////////////////////////////////////////////////
  23. // External Definitions:
  24. //
  25. /////////////////////////////////////////////////////////////////////////////
  26. // Type Definitions:
  27. //
  28. /////////////////////////////////////////////////////////////////////////////
  29. // External function prototypes:
  30. //
  31. extern BOOL MyTimeBegin();
  32. extern double MyTimeElapsed();
  33. #ifdef __cplusplus
  34. }
  35. #endif
  36. #endif // Include/Define