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