grape/source/state.h

8 lines
95 B
C
Raw Normal View History

2013-10-13 18:31:57 +00:00
#ifndef STATE_H
#define STATE_H
int state_load (int slot);
int state_save (int slot);
#endif