1 2 3 4 5 6 7 8 9
#ifndef CHAT_H #define CHAT_H #include <basic/basic.h> #include <basic/string32.h> #include <basic/time.h> #endif // CHAT_H