X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fstate.cpp;fp=src%2Fstate.cpp;h=7b6f3d477c0133c776316d4a43e1d56ae632c0ce;hb=e04d8927f74bfce1ca8232a65b66c088e8a8406a;hp=0000000000000000000000000000000000000000;hpb=06a147f221ca6fd4eda5bec2ca6af09d7f07c08e;p=virtualjaguar diff --git a/src/state.cpp b/src/state.cpp new file mode 100644 index 0000000..7b6f3d4 --- /dev/null +++ b/src/state.cpp @@ -0,0 +1,16 @@ +// +// state.cpp: VJ machine state save/load support +// +// by James L. Hammons +// + +#include "state.h" + +bool SaveState(void) +{ +} + +bool LoadState(void) +{ +} +