]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/settings.cpp
Initial changeset to experimental branch
[virtualjaguar] / src / settings.cpp
index ac6483212f954dccdf91fa3db868d26621ee3cf1..b273cf6b58d9d99b732cbf3b7f30e48b2af0ff74 100644 (file)
@@ -2,14 +2,25 @@
 // SETTINGS.CPP: Virtual Jaguar configuration loading/saving support
 //
 // by James L. Hammons
+// (C) 2010 Underground Software
 //
+// JLH = James L. Hammons <jlhamm@acm.org>
+//
+// Who  When        What
+// ---  ----------  -------------------------------------------------------------
+// JLH  01/16/2010  Created this log
+//
+
+#include "settings.h"
 
 #include <stdlib.h>
 #include <string>
 #include "SDL.h"
 #include "sdlemu_config.h"
 #include "log.h"
-#include "settings.h"
+
+// Temporary vars...
+bool smoothGLOutput = false;
 
 using namespace std;