]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/state.cpp
Added star rating to FF enum.
[virtualjaguar] / src / state.cpp
index 7b6f3d477c0133c776316d4a43e1d56ae632c0ce..10fe306d957a2f72db7dce14a2b59dd940878943 100644 (file)
@@ -1,16 +1,25 @@
 //
 // state.cpp: VJ machine state save/load support
 //
-// by James L. Hammons
+// by James Hammons
+// (C) 2010 Underground Software
+//
+// JLH = James 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;
 }