]> Shamusworld >> Repos - virtualjaguar/blob - src/state.cpp
Initial changeset to experimental branch
[virtualjaguar] / src / state.cpp
1 //
2 // state.cpp: VJ machine state save/load support
3 //
4 // by James L. Hammons
5 // (C) 2010 Underground Software
6 //
7 // JLH = James L. Hammons <jlhamm@acm.org>
8 //
9 // Who  When        What
10 // ---  ----------  -------------------------------------------------------------
11 // JLH  01/16/2010  Created this log ;-)
12 //
13
14 #include "state.h"
15
16 bool SaveState(void)
17 {
18 }
19
20 bool LoadState(void)
21 {
22 }
23