]> Shamusworld >> Repos - virtualjaguar/blob - state.h
54e3730121e0e003ccb690ee2e5b596c7aa0d4cc
[virtualjaguar] / state.h
1 //
2 // state.h: Machine state save/load support
3 //
4 // by James L. Hammons
5 //
6
7 #ifndef __STATE_H__
8 #define __STATE_H__
9
10 bool SaveState(void);
11 bool LoadState(void);
12
13 #endif  // __STATE_H__