diff options
Diffstat (limited to 'src/libjin/Utils/EventMsgCenter/EventMsgCenter.h')
-rw-r--r-- | src/libjin/Utils/EventMsgCenter/EventMsgCenter.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/libjin/Utils/EventMsgCenter/EventMsgCenter.h b/src/libjin/Utils/EventMsgCenter/EventMsgCenter.h new file mode 100644 index 0000000..6717b83 --- /dev/null +++ b/src/libjin/Utils/EventMsgCenter/EventMsgCenter.h @@ -0,0 +1,20 @@ +#ifndef __JIN_TOOLS_EVENTMSGCENTER_H +#define __JIN_TOOLS_EVENTMSGCENTER_H +#include "../../modules.h" +#if JIN_MODULES_TOOLS && JIN_TOOLS_EVENTMSGCENTER + +namespace jin +{ +namespace utils +{ + + class EventMSGCenter + { + + }; + +} // tools +} // jin + +#endif // JIN_MODULES_TOOLS && JIN_TOOLS_EVENTMSGCENTER +#endif // __JIN_TOOLS_EVENTMSGCENTER_H
\ No newline at end of file |