]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/state.cpp
Removed files no longer needed, fixed build system to be more sane.
[virtualjaguar] / src / state.cpp
index 7b6f3d477c0133c776316d4a43e1d56ae632c0ce..1e0552013c83e502b29762759254f18c49b53e8b 100644 (file)
@@ -2,15 +2,24 @@
 // state.cpp: VJ machine state save/load support
 //
 // by James L. Hammons
+// (C) 2010 Underground Software
+//
+// JLH = James L. Hammons <jlhamm@acm.org>
+//
+// Who  When        What
+// ---  ----------  -------------------------------------------------------------
+// JLH  01/16/2010  Created this log ;-)
 //
 
 #include "state.h"
 
 bool SaveState(void)
 {
+       return false;
 }
 
 bool LoadState(void)
 {
+       return false;
 }