#ifndef __VDPSPRITES__ #define __VDPSPRITES__ #include "centry.h" void vdp_update_sprites(void); void vdp_redraw_sprites(void); #include "cexit.h" #endif