mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-09 18:27:17 -04:00
convert jpn ui/text changes to runtime checks
This commit is contained in:
@@ -8,6 +8,10 @@ public:
|
||||
dMsgUnit_c();
|
||||
void setTag(int, int, TEXT_SPAN, bool);
|
||||
|
||||
#if TARGET_PC
|
||||
void setTag_jpn(int, int, TEXT_SPAN, bool);
|
||||
#endif
|
||||
|
||||
virtual ~dMsgUnit_c();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user