mirror of https://github.com/nmlgc/ReC98.git
6 lines
159 B
C++
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
|