ReC98/th02/main/hud/overlay.hpp

6 lines
159 B
C++

#if (GAME == 2)
// Fills the playfield's area on the text RAM with transparency.
// (Future games use a near function.)
void far overlay_wipe(void);
#endif