mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-25 02:01:39 +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
|