DragonNest/Client/DnLauncher/ResourceEU/ResourceInit.h

9 lines
237 B
C
Raw Normal View History

2024-12-19 09:48:26 +08:00
#pragma once
#include <afxwin.h> // MFC core and standard components
void InitCtrlRect();
void GetCtrlRect( CRect* pRect, int nMaxNum );
int GetLanguageResourceIndexOffset( CString strLanguageParam );
void ResetInitCtrlRect();