mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
refactor script enum structure (#649)
* add autogenerated action headers * refactor police * refactor infocenter * refactor jukebox * refactor regbook * format * scope headers in namespaces instead * attempt to dynamically build headers ignore list in ncc * correct whitespace in naming.yml * fix wrong folder * fix accidental extra newline in cmakelists
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
void FUN_1005ea40();
|
||||
|
||||
private:
|
||||
Police::PoliceScript m_policeScript; // 0x08
|
||||
PoliceScript::Script m_policeScript; // 0x08
|
||||
undefined4 m_unk0x0c; // 0x0c
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user