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