MyTime.h
上传用户:cding2008
上传日期:2007-01-03
资源大小:1812k
文件大小:1k
- /////////////////////////////////////////////////////////////////////////////
- // MyTime.h : main header file for the VISUAL3D application
- //
- // ModelMagic 3D and 'glOOP' (OpenGL Object Oriented Programming library)
- // Copyright (c) Craig Fahrnbach 1997, 1999
- //
- // OpenGL is a registered trademark of Silicon Graphics
- //
- //
- // This program is provided for educational and personal use only and
- // is provided without guarantee or warrantee expressed or implied.
- //
- // Commercial use is strickly prohibited without written permission
- // from ImageWare Development.
- //
- /////////////////////////////////////////////////////////////////////////////
- #ifndef __MYTIME__
- #define __MYTIME__
- #ifdef __cplusplus
- extern "C" {
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // External Definitions:
- //
- /////////////////////////////////////////////////////////////////////////////
- // Type Definitions:
- //
- /////////////////////////////////////////////////////////////////////////////
- // External function prototypes:
- //
- extern BOOL MyTimeBegin();
- extern double MyTimeElapsed();
- #ifdef __cplusplus
- }
- #endif
- #endif // Include/Define