diff options
Diffstat (limited to 's_chat.h')
| -rw-r--r-- | s_chat.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/s_chat.h b/s_chat.h deleted file mode 100644 index 4162180..0000000 --- a/s_chat.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef GCHT_H -#define GCHT_H - -#include "chat.h" - -using namespace std; - -class s_chat -{ -private: - static chat* obj; - -public: - static void init() - { - obj = new chat(); - } - - static chat& get() - { - return *obj; - } -}; - - -#endif |
