mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-08 12:17:48 +00:00
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
// =========================================
|
|
// FontIcon
|
|
// =========================================
|
|
use FontIcon;
|
|
set block XFILE_BLOCK_TEMP;
|
|
set string name;
|
|
set reusable fontIconEntry;
|
|
set count fontIconEntry numEntries;
|
|
set reusable fontIconAlias;
|
|
set count fontIconAlias numAliasEntries;
|
|
|
|
// FontIconName
|
|
set string FontIconName::string; |