mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +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:
17
LEGO1/lego/legoomni/include/actions/nocd_actions.h
Normal file
17
LEGO1/lego/legoomni/include/actions/nocd_actions.h
Normal file
@@ -0,0 +1,17 @@
|
||||
// This file was automatically generated by the actionheadergen tool.
|
||||
// Please do not manually edit this file.
|
||||
#ifndef NOCD_ACTIONS_H
|
||||
#define NOCD_ACTIONS_H
|
||||
|
||||
namespace NocdScript
|
||||
{
|
||||
enum Script {
|
||||
c_noneNocd = -1,
|
||||
|
||||
c_NoCD_Movie = 0,
|
||||
c_CDSpin1_Smk = 1,
|
||||
c_Iicx62In_Wave = 2
|
||||
};
|
||||
} // namespace NocdScript
|
||||
|
||||
#endif // NOCD_ACTIONS_H
|
Reference in New Issue
Block a user