update project

This commit is contained in:
2023-09-20 13:13:08 +08:00
parent d66716acd7
commit 0a85832d63
15 changed files with 72 additions and 84 deletions

View File

@ -144,11 +144,6 @@ namespace LibCmo::CK2 {
CKSHOW = 0x1,
CKHIERARCHICALHIDE = 0x2,
};
enum class CK_OBJECT_CANBEHIDE : CKDWORD {
CKCANNOTHIDE = 0, /**< the object cannot be hidden */
CKCANHIDE = 1, /**< the object can be hidden */
CKCANHIERARCHICALHIDE = 2, /**< the object can be hidden and hierarchically hidden */
};
/**
CKObject Flags
@remark