]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/state.cpp
Preliminary state support
[virtualjaguar] / src / state.cpp
diff --git a/src/state.cpp b/src/state.cpp
new file mode 100644 (file)
index 0000000..7b6f3d4
--- /dev/null
@@ -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)
+{
+}
+