grape/source/state.h
2013-10-13 18:31:57 +00:00

8 lines
95 B
C

#ifndef STATE_H
#define STATE_H
int state_load (int slot);
int state_save (int slot);
#endif