11 lines
187 B
C++
11 lines
187 B
C++
#include "global.h"
|
|
|
|
#include "EnumHelper.h"
|
|
#include "ThemeManager.h"
|
|
|
|
CString GetThemedString( CCStringRef sClass, CCStringRef sValue )
|
|
{
|
|
return THEME->GetMetric( sClass, sValue );
|
|
}
|
|
|