mirror of
https://github.com/LemonBoy/grape.git
synced 2024-12-01 19:50:26 +00:00
8 lines
95 B
C
8 lines
95 B
C
#ifndef STATE_H
|
|
#define STATE_H
|
|
|
|
int state_load (int slot);
|
|
int state_save (int slot);
|
|
|
|
#endif
|