home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / source / vdpsprites.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-10-19  |  160 b   |  14 lines

  1.  
  2. #ifndef __VDPSPRITES__
  3. #define __VDPSPRITES__
  4.  
  5. #include "centry.h"
  6.  
  7. void    vdp_update_sprites(void);
  8. void    vdp_redraw_sprites(void);
  9.  
  10.  
  11. #include "cexit.h"
  12.  
  13. #endif
  14.