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:
Ramen2X
2024-03-10 12:08:21 -04:00
committed by GitHub
parent 6972142923
commit 7fad763699
44 changed files with 8125 additions and 547 deletions

View File

@@ -11,23 +11,6 @@ class LegoControlManagerEvent;
// SIZE 0x2d0
class RegistrationBook : public LegoWorld {
public:
enum RegistrationBookScript {
c_alphabetCtl = 5,
c_aBitmap = 6,
c_backgroundBitmap = 36,
c_checkHiLiteBitmap = 37,
c_check0ctl = 68,
c_check1ctl = 71,
c_check2ctl = 74,
c_check3ctl = 77,
c_check4ctl = 80,
c_check5ctl = 83,
c_check6ctl = 86,
c_check7ctl = 89,
c_check8ctl = 92,
c_check9ctl = 95,
};
RegistrationBook();
~RegistrationBook() override; // vtable+0x00