summaryrefslogtreecommitdiff
path: root/s_chat.cpp
blob: 9e0d01be943493c91c2f80cf9f1edf5c80504fea (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GCHT_CXX
#define GCHT_CXX

#include "s_chat.h"

using namespace std;

chat* s_chat::obj;

#endif