19 lines
179 B
C++
19 lines
179 B
C++
|
|
#ifndef _UIHelper_h_
|
|
#define _UIHelper_h_
|
|
|
|
class KUIWnd;
|
|
|
|
/// @brief check button 상태 설정
|
|
bool setCheckBox(KUIWnd* wnd, char const* controlID, bool check);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif |