GuiLite/workspace/core/cmd_target.cpp

12 lines
232 B
C++
Raw Normal View History

2017-12-06 21:43:47 +08:00
#include "../core_include/cmd_target.h"
2020-01-22 11:03:29 +08:00
#ifdef GUILITE_ON
2018-12-02 22:39:43 +08:00
GL_MSG_ENTRY c_cmd_target::ms_usr_map_entries[USR_MSG_MAX];
2017-12-06 21:43:47 +08:00
unsigned short c_cmd_target::ms_user_map_size;
2018-12-02 22:39:43 +08:00
GL_BEGIN_MESSAGE_MAP(c_cmd_target)
GL_END_MESSAGE_MAP()
2017-12-06 21:43:47 +08:00
2020-01-22 11:03:29 +08:00
#endif