home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / WINTUT2.ZIP / Tut2 / demo2.h < prev    next >
C/C++ Source or Header  |  1997-04-03  |  252b  |  15 lines

  1. #define g_nNumFrames    14
  2. #define g_nNumPictures    30
  3.  
  4. #include "sprite.h"
  5. #include "anim.h"
  6.  
  7.  
  8.  
  9. CSprite        g_szcsPicture[g_nNumFrames];
  10. CAnimatedPic    g_szcapItem[g_nNumPictures];
  11.  
  12.  
  13. int            g_nWinWidth, g_nWinHeight;
  14.         //    Screen width and height
  15.