System.h
上传用户:sz83729876
上传日期:2013-03-07
资源大小:4140k
文件大小:0k
源码类别:

OpenGL

开发平台:

Windows_Unix

  1. //
  2. // a64ki
  3. // Copyright (c) 2002 Henrik Carlgren
  4. // http://ziruz.cjb.net
  5. // ziruz@hotpop.com
  6. //
  7. #ifndef system_h
  8. #define system_h
  9. //
  10. // INCLUDE FILES
  11. //
  12. #include <windows.h>
  13. #include <glgl.h>
  14. #include <glglu.h>
  15. //
  16. // FUNCTION PROTOTYPES
  17. //
  18. void systemStartup(void);
  19. void systemCleanup(void);
  20. void systemCycle(void);
  21. LRESULT APIENTRY windowProcess(HWND a_hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  22. #endif // system_h