summary refs log tree commit diff
path: root/src/save.h
blob: c4e9cf88df6b58b729a9328e21d16b9293ccc57b (plain)
1
2
3
4
// save state to disk
int game_save(FILE *file);
// load state from disk
int game_load(FILE *file);