X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsettings.cpp;h=0ddf07002d2663bb9db34e3f1f3da04d58bcc5ac;hb=4beff2f35f649bb0befa58c8a89fdd702b3c9b4f;hp=ac6483212f954dccdf91fa3db868d26621ee3cf1;hpb=47b31991c3d7575e48c2ef35fc0884a6a4bb6d53;p=virtualjaguar diff --git a/src/settings.cpp b/src/settings.cpp index ac64832..0ddf070 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -2,14 +2,22 @@ // SETTINGS.CPP: Virtual Jaguar configuration loading/saving support // // by James L. Hammons +// (C) 2010 Underground Software +// +// JLH = James L. Hammons +// +// Who When What +// --- ---------- ------------------------------------------------------------- +// JLH 01/16/2010 Created this log // +#include "settings.h" + #include #include #include "SDL.h" #include "sdlemu_config.h" #include "log.h" -#include "settings.h" using namespace std;