X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsettings.cpp;h=b1f864fbdea01179801e0920f706b853a4de1ca7;hb=d59de2a3408a34b53772bfd4b00cd3e8dc50a03b;hp=0ddf07002d2663bb9db34e3f1f3da04d58bcc5ac;hpb=5e11cea96160bd958c1b271940bf97ecfa257b15;p=virtualjaguar diff --git a/src/settings.cpp b/src/settings.cpp index 0ddf070..b1f864f 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1,10 +1,10 @@ // // SETTINGS.CPP: Virtual Jaguar configuration loading/saving support // -// by James L. Hammons +// by James Hammons // (C) 2010 Underground Software // -// JLH = James L. Hammons +// JLH = James Hammons // // Who When What // --- ---------- ------------------------------------------------------------- @@ -13,11 +13,11 @@ #include "settings.h" -#include -#include -#include "SDL.h" -#include "sdlemu_config.h" -#include "log.h" +//#include +//#include +//#include "SDL.h" +//#include "sdlemu_config.h" +//#include "log.h" using namespace std; @@ -25,6 +25,7 @@ using namespace std; VJSettings vjs; +#if 0 // Private function prototypes void CheckForTrailingSlash(char * path); @@ -123,3 +124,4 @@ void CheckForTrailingSlash(char * path) if (path[strlen(path) - 1] != '/') strcat(path, "/"); // NOTE: Possible buffer overflow } +#endif