Compiling Source Problem

11/10/2013 12:18 WooTheFck#1
Hey guys, i have problem about v19 target information and this are error:

..\_Interface\WndManager.h(654) : error C2501: 'CWndMgr::CWndMonsterInformation' : missing storage-class or type specifiers
..\_Interface\WndManager.h(654) : error C2501: 'CWndMgr::m_pWndMonInfo' : missing storage-class or type specifiers

Code:
#ifdef __TARGET_INF_V19
CWndMonsterInformation* m_pWndMonInfo;
#endif//__TARGET_INF_V19

I also add on the solution the WndMonsterInfo.cpp and WndMonsterInfo.h
can anyone help me :D . THANK:)