Fixed the typedef's name display in Local and Watch variables window
[clinton/Virtual-Jaguar-Rx.git] / src / 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__