X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fstate.cpp;h=10fe306d957a2f72db7dce14a2b59dd940878943;hb=a93812b491268220497eaafa7216fae1cde090ce;hp=7b6f3d477c0133c776316d4a43e1d56ae632c0ce;hpb=e04d8927f74bfce1ca8232a65b66c088e8a8406a;p=virtualjaguar diff --git a/src/state.cpp b/src/state.cpp index 7b6f3d4..10fe306 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -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 +// +// Who When What +// --- ---------- ------------------------------------------------------------- +// JLH 01/16/2010 Created this log ;-) // #include "state.h" bool SaveState(void) { + return false; } bool LoadState(void) { + return false; }