home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 19 / AACD19.BIN / AACD / Programming / MCC_GLArea / MCC_GLArea_Dev / GLArea_Demo / GLFunctions.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-08-06  |  994 b   |  26 lines

  1. /*----------------------------------------------------
  2.   GLFunctions.h (GLArea_Demo)
  3.   Version 1.1
  4.   Date: 24/7/1999
  5.   Author: Bodmer Stephan (bodmer2@uni2a.unige.ch)
  6.   Note:
  7. -----------------------------------------------------*/
  8.  
  9. #include <mui/GLArea_mcc.h>
  10. #include <mui/ImageDB_mcc.h>
  11.  
  12. //--- Prototypes ---
  13. int Init(struct GLContext *glcontext);
  14. int DrawBackgroundStamp(struct GLContext *glcontext);
  15. int DrawGroundStamp(struct GLContext *glcontext);
  16. int DrawObjectStamp(struct GLContext *glcontext);
  17. int DrawSimpleAnimation(struct GLContext *glcontext);
  18. int DrawLongRendering(struct GLContext *glcontext);
  19. int DrawLongRenderingText(struct GLContext *glcontext);
  20. int DrawMouseMove(struct GLContext *glcontext);
  21. // int DrawObject(struct GLContext *glcontext);
  22. int DrawSinglePawn(struct GLContext *glcontext);
  23. void DrawMouseDown(int x, int y,struct GLContext *glcontext);
  24. void DrawMouseM(int dx, int dy,struct GLContext *glcontext);
  25. void DrawMouseUp(int x, int y,struct GLContext *glcontext);
  26.