mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-14 16:40:40 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
8 lines
98 B
C
8 lines
98 B
C
|
|
#ifndef __save_h__
|
|
#define __save_h__
|
|
|
|
int savegame(int nSlot);
|
|
int loadgame(int nSlot);
|
|
|
|
#endif
|