summaryrefslogtreecommitdiff
path: root/ychat-0.2/MUTX.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ychat-0.2/MUTX.cpp')
-rwxr-xr-xychat-0.2/MUTX.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/ychat-0.2/MUTX.cpp b/ychat-0.2/MUTX.cpp
new file mode 100755
index 0000000..41382f3
--- /dev/null
+++ b/ychat-0.2/MUTX.cpp
@@ -0,0 +1,10 @@
+#ifndef GMUT_CXX
+#define GMUT_CXX
+
+#include "MUTX.h"
+
+using namespace std;
+
+mutx* MUTX::obj;
+
+#endif