X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fstate.cpp;h=1e0552013c83e502b29762759254f18c49b53e8b;hb=f548beede257a2252a2639e3fe03c7cda99433ed;hp=7b6f3d477c0133c776316d4a43e1d56ae632c0ce;hpb=e04d8927f74bfce1ca8232a65b66c088e8a8406a;p=virtualjaguar diff --git a/src/state.cpp b/src/state.cpp index 7b6f3d4..1e05520 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -2,15 +2,24 @@ // state.cpp: VJ machine state save/load support // // by James L. Hammons +// (C) 2010 Underground Software +// +// JLH = James L. Hammons +// +// Who When What +// --- ---------- ------------------------------------------------------------- +// JLH 01/16/2010 Created this log ;-) // #include "state.h" bool SaveState(void) { + return false; } bool LoadState(void) { + return false; }