grape/source/state.h

8 lines
95 B
C

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