summaryrefslogtreecommitdiff
path: root/src/s_modl.cpp
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:45 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:45 +0200
commitd34015c5ba231b95de20e9fcd7a33c5b2b9a1006 (patch)
treeceac33bd27e3b1158a0ac4e17f7fd7e5e6473fea /src/s_modl.cpp
parentc507ce3198ea4d822832cc8740f0128df8873c02 (diff)
tagging ychat-0.5.3ychat-0.5.3
Diffstat (limited to 'src/s_modl.cpp')
-rw-r--r--src/s_modl.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/s_modl.cpp b/src/s_modl.cpp
new file mode 100644
index 0000000..f6a5913
--- /dev/null
+++ b/src/s_modl.cpp
@@ -0,0 +1,10 @@
+#ifndef GMOD_CXX
+#define GMOD_CXX
+
+#include "s_modl.h"
+
+using namespace std;
+
+modl* s_modl::obj;
+
+#endif