X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fstate.cpp;h=10fe306d957a2f72db7dce14a2b59dd940878943;hb=6f25f63a18153bc2adc49c5f9a3862c2760716df;hp=09fe44346145e1f4528858029bfbcc4529df9d47;hpb=94e1e961b57f253b760298ab0bae96a7de6d20fa;p=virtualjaguar diff --git a/src/state.cpp b/src/state.cpp index 09fe443..10fe306 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -1,10 +1,10 @@ // // state.cpp: VJ machine state save/load support // -// by James L. Hammons +// by James Hammons // (C) 2010 Underground Software // -// JLH = James L. Hammons +// JLH = James Hammons // // Who When What // --- ---------- ------------------------------------------------------------- @@ -15,9 +15,11 @@ bool SaveState(void) { + return false; } bool LoadState(void) { + return false; }