add helper enum class
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "global.h"
|
||||
|
||||
#include "EnumHelper.h"
|
||||
#include "ThemeManager.h"
|
||||
|
||||
CString GetThemedString( CCStringRef sClass, CCStringRef sValue )
|
||||
{
|
||||
return THEME->GetMetric( sClass, sValue );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user