mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-15 00:41:32 +00:00
9 lines
98 B
C
9 lines
98 B
C
|
|
||
|
#ifndef __save_h__
|
||
|
#define __save_h__
|
||
|
|
||
|
int savegame(int nSlot);
|
||
|
int loadgame(int nSlot);
|
||
|
|
||
|
#endif
|