summaryrefslogtreecommitdiff
path: root/src/s_conf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_conf.cpp')
-rw-r--r--src/s_conf.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/s_conf.cpp b/src/s_conf.cpp
new file mode 100644
index 0000000..ea1c05a
--- /dev/null
+++ b/src/s_conf.cpp
@@ -0,0 +1,10 @@
+#ifndef GCON_CXX
+#define GCON_CXX
+
+#include "s_conf.h"
+
+using namespace std;
+
+conf* s_conf::obj;
+
+#endif