]> Shamusworld >> Repos - virtualjaguar/blob - state.cpp
7b6f3d477c0133c776316d4a43e1d56ae632c0ce
[virtualjaguar] / state.cpp
1 //
2 // state.cpp: VJ machine state save/load support
3 //
4 // by James L. Hammons
5 //
6
7 #include "state.h"
8
9 bool SaveState(void)
10 {
11 }
12
13 bool LoadState(void)
14 {
15 }
16