gint/include/display/cg.h

13 lines
271 B
C
Raw Normal View History

//---
// display:cg - Internal definitions for the display module on fxcg50
//---
#ifndef DISPLAY_CG
#define DISPLAY_CG
/* dvram_switch() - triple buffering switch
Alternates VRAMs after a display update started. */
void dvram_switch(void);
#endif /* DISPLAY_CG */