mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user