scope headers in namespaces instead

This commit is contained in:
Ramen2X 2024-03-10 10:34:43 -04:00
parent 5923f01b40
commit b57d640f25
26 changed files with 7500 additions and 7500 deletions

View File

@ -3,9 +3,9 @@
#ifndef ACT2MAIN_ACTIONS_H #ifndef ACT2MAIN_ACTIONS_H
#define ACT2MAIN_ACTIONS_H #define ACT2MAIN_ACTIONS_H
class Act2mainScript { namespace Act2mainScript
public: {
enum Script { enum Script {
c_noneAct2main = -1, c_noneAct2main = -1,
c__Act2Main = 0, c__Act2Main = 0,
@ -832,7 +832,7 @@ class Act2mainScript {
c_tns030sy_Wav_582 = 892, c_tns030sy_Wav_582 = 892,
c_tns030sy_Pho_582 = 893, c_tns030sy_Pho_582 = 893,
c_tns030sy_Anim = 894 c_tns030sy_Anim = 894
};
}; };
} // namespace Act2mainScript
#endif // ACT2MAIN_ACTIONS_H #endif // ACT2MAIN_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef ACT3_ACTIONS_H #ifndef ACT3_ACTIONS_H
#define ACT3_ACTIONS_H #define ACT3_ACTIONS_H
class Act3Script { namespace Act3Script
public: {
enum Script { enum Script {
c_noneAct3 = -1, c_noneAct3 = -1,
c__Act3 = 0, c__Act3 = 0,
@ -231,7 +231,7 @@ class Act3Script {
c_tnsx02br_PlayWav = 598, c_tnsx02br_PlayWav = 598,
c_snsxx2br_PlayWav = 599, c_snsxx2br_PlayWav = 599,
c_snsy23br_PlayWav = 600 c_snsy23br_PlayWav = 600
};
}; };
} // namespace Act3Script
#endif // ACT3_ACTIONS_H #endif // ACT3_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef CARRACE_ACTIONS_H #ifndef CARRACE_ACTIONS_H
#define CARRACE_ACTIONS_H #define CARRACE_ACTIONS_H
class CarraceScript { namespace CarraceScript
public: {
enum Script { enum Script {
c_noneCarrace = -1, c_noneCarrace = -1,
c__CarRace_World = 0, c__CarRace_World = 0,
@ -400,7 +400,7 @@ class CarraceScript {
c_nrtstud1_RunAnim = 558, c_nrtstud1_RunAnim = 558,
c_nrtstud2_RunAnim = 559, c_nrtstud2_RunAnim = 559,
c_nrtstud3_RunAnim = 560 c_nrtstud3_RunAnim = 560
};
}; };
} // namespace CarraceScript
#endif // CARRACE_ACTIONS_H #endif // CARRACE_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef CARRACER_ACTIONS_H #ifndef CARRACER_ACTIONS_H
#define CARRACER_ACTIONS_H #define CARRACER_ACTIONS_H
class CarracerScript { namespace CarracerScript
public: {
enum Script { enum Script {
c_noneCarracer = -1, c_noneCarracer = -1,
c_nrt002pz_Anim = 0, c_nrt002pz_Anim = 0,
@ -86,7 +86,7 @@ class CarracerScript {
c_TRS300_BlackSky = 300, c_TRS300_BlackSky = 300,
c_TRS400_BlueSky = 400 c_TRS400_BlueSky = 400
};
}; };
} // namespace CarracerScript
#endif // CARRACER_ACTIONS_H #endif // CARRACER_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef COPTER_ACTIONS_H #ifndef COPTER_ACTIONS_H
#define COPTER_ACTIONS_H #define COPTER_ACTIONS_H
class CopterScript { namespace CopterScript
public: {
enum Script { enum Script {
c_noneCopter = -1, c_noneCopter = -1,
c__StartUp = 0, c__StartUp = 0,
@ -192,7 +192,7 @@ class CopterScript {
c_ips005d2_RunAnim = 505, c_ips005d2_RunAnim = 505,
c_ips006d2_RunAnim = 506, c_ips006d2_RunAnim = 506,
c_slp01xd2_RunAnim = 507 c_slp01xd2_RunAnim = 507
};
}; };
} // namespace CopterScript
#endif // COPTER_ACTIONS_H #endif // COPTER_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef CREDITS_ACTIONS_H #ifndef CREDITS_ACTIONS_H
#define CREDITS_ACTIONS_H #define CREDITS_ACTIONS_H
class CreditsScript { namespace CreditsScript
public: {
enum Script { enum Script {
c_noneCredits = -1, c_noneCredits = -1,
c_Credits_Wav = 0, c_Credits_Wav = 0,
@ -46,7 +46,7 @@ class CreditsScript {
c_Credit17c_Bitmap = 35, c_Credit17c_Bitmap = 35,
c_LegoCredits = 499 c_LegoCredits = 499
};
}; };
} // namespace CreditsScript
#endif // CREDITS_ACTIONS_H #endif // CREDITS_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef DUNECAR_ACTIONS_H #ifndef DUNECAR_ACTIONS_H
#define DUNECAR_ACTIONS_H #define DUNECAR_ACTIONS_H
class DunecarScript { namespace DunecarScript
public: {
enum Script { enum Script {
c_noneDunecar = -1, c_noneDunecar = -1,
c__StartUp = 0, c__StartUp = 0,
@ -141,7 +141,7 @@ class DunecarScript {
c_igs003d3_RunAnim = 503, c_igs003d3_RunAnim = 503,
c_igs004d3_RunAnim = 504, c_igs004d3_RunAnim = 504,
c_igs005d3_RunAnim = 505 c_igs005d3_RunAnim = 505
};
}; };
} // namespace DunecarScript
#endif // DUNECAR_ACTIONS_H #endif // DUNECAR_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef ELEVBOTT_ACTIONS_H #ifndef ELEVBOTT_ACTIONS_H
#define ELEVBOTT_ACTIONS_H #define ELEVBOTT_ACTIONS_H
class ElevbottScript { namespace ElevbottScript
public: {
enum Script { enum Script {
c_noneElevbott = -1, c_noneElevbott = -1,
c__StartUp = 0, c__StartUp = 0,
@ -21,7 +21,7 @@ class ElevbottScript {
c_ConfigAnimation = 10, c_ConfigAnimation = 10,
c_iica31in_PlayWav = 500 c_iica31in_PlayWav = 500
};
}; };
} // namespace ElevbottScript
#endif // ELEVBOTT_ACTIONS_H #endif // ELEVBOTT_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef GARAGE_ACTIONS_H #ifndef GARAGE_ACTIONS_H
#define GARAGE_ACTIONS_H #define GARAGE_ACTIONS_H
class GarageScript { namespace GarageScript
public: {
enum Script { enum Script {
c_noneGarage = -1, c_noneGarage = -1,
c__StartUp = 0, c__StartUp = 0,
@ -140,7 +140,7 @@ class GarageScript {
c_wgs023nu_RunAnim = 514, c_wgs023nu_RunAnim = 514,
c_wgs029nu_RunAnim = 515, c_wgs029nu_RunAnim = 515,
c_wgs031nu_RunAnim = 516 c_wgs031nu_RunAnim = 516
};
}; };
} // namespace GarageScript
#endif // GARAGE_ACTIONS_H #endif // GARAGE_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef HISTBOOK_ACTIONS_H #ifndef HISTBOOK_ACTIONS_H
#define HISTBOOK_ACTIONS_H #define HISTBOOK_ACTIONS_H
class HistbookScript { namespace HistbookScript
public: {
enum Script { enum Script {
c_noneHistbook = -1, c_noneHistbook = -1,
c__StartUp = 0, c__StartUp = 0,
@ -37,7 +37,7 @@ class HistbookScript {
c_X_Bitmap = 26, c_X_Bitmap = 26,
c_Y_Bitmap = 27, c_Y_Bitmap = 27,
c_Z_Bitmap = 28 c_Z_Bitmap = 28
};
}; };
} // namespace HistbookScript
#endif // HISTBOOK_ACTIONS_H #endif // HISTBOOK_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef HOSPITAL_ACTIONS_H #ifndef HOSPITAL_ACTIONS_H
#define HOSPITAL_ACTIONS_H #define HOSPITAL_ACTIONS_H
class HospitalScript { namespace HospitalScript
public: {
enum Script { enum Script {
c_noneHospital = -1, c_noneHospital = -1,
c__StartUp = 0, c__StartUp = 0,
@ -165,7 +165,7 @@ class HospitalScript {
c_hhoa22cl_RunAnim = 513, c_hhoa22cl_RunAnim = 513,
c_hho007p1_RunAnim = 514, c_hho007p1_RunAnim = 514,
c_hho006cl_RunAnim = 515 c_hho006cl_RunAnim = 515
};
}; };
} // namespace HospitalScript
#endif // HOSPITAL_ACTIONS_H #endif // HOSPITAL_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef INFODOOR_ACTIONS_H #ifndef INFODOOR_ACTIONS_H
#define INFODOOR_ACTIONS_H #define INFODOOR_ACTIONS_H
class InfodoorScript { namespace InfodoorScript
public: {
enum Script { enum Script {
c_noneInfodoor = -1, c_noneInfodoor = -1,
c__StartUp = 0, c__StartUp = 0,
@ -27,7 +27,7 @@ class InfodoorScript {
c_iic038in_PlayWav = 501, c_iic038in_PlayWav = 501,
c_iicb31in_PlayWav = 502, c_iicb31in_PlayWav = 502,
c_iic007in_PlayWav = 503 c_iic007in_PlayWav = 503
};
}; };
} // namespace InfodoorScript
#endif // INFODOOR_ACTIONS_H #endif // INFODOOR_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef INFOMAIN_ACTIONS_H #ifndef INFOMAIN_ACTIONS_H
#define INFOMAIN_ACTIONS_H #define INFOMAIN_ACTIONS_H
class InfomainScript { namespace InfomainScript
public: {
enum Script { enum Script {
c_noneInfomain = -1, c_noneInfomain = -1,
c__InfoMain = 0, c__InfoMain = 0,
@ -573,7 +573,7 @@ class InfomainScript {
c_iic007in_PlayWav = 573, c_iic007in_PlayWav = 573,
c_sbleh2br_PlayWav = 574, c_sbleh2br_PlayWav = 574,
c_snshahbr_PlayWav = 575 c_snshahbr_PlayWav = 575
};
}; };
} // namespace InfomainScript
#endif // INFOMAIN_ACTIONS_H #endif // INFOMAIN_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef INFOSCOR_ACTIONS_H #ifndef INFOSCOR_ACTIONS_H
#define INFOSCOR_ACTIONS_H #define INFOSCOR_ACTIONS_H
class InfoscorScript { namespace InfoscorScript
public: {
enum Script { enum Script {
c_noneInfoscor = -1, c_noneInfoscor = -1,
c__StartUp = 0, c__StartUp = 0,
@ -31,7 +31,7 @@ class InfoscorScript {
c_nin001pr_RunAnim = 500, c_nin001pr_RunAnim = 500,
c_iicc31in_PlayWav = 501 c_iicc31in_PlayWav = 501
};
}; };
} // namespace InfoscorScript
#endif // INFOSCOR_ACTIONS_H #endif // INFOSCOR_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef INTRO_ACTIONS_H #ifndef INTRO_ACTIONS_H
#define INTRO_ACTIONS_H #define INTRO_ACTIONS_H
class IntroScript { namespace IntroScript
public: {
enum Script { enum Script {
c_noneIntro = -1, c_noneIntro = -1,
c_Lego_Movie = 0, c_Lego_Movie = 0,
@ -26,7 +26,7 @@ class IntroScript {
c_BadEnd_Wave = 15, c_BadEnd_Wave = 15,
c_GoodEnd_Smk = 16, c_GoodEnd_Smk = 16,
c_GoodEnd_Wave = 17 c_GoodEnd_Wave = 17
};
}; };
} // namespace IntroScript
#endif // INTRO_ACTIONS_H #endif // INTRO_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef ISLE_ACTIONS_H #ifndef ISLE_ACTIONS_H
#define ISLE_ACTIONS_H #define ISLE_ACTIONS_H
class IsleScript { namespace IsleScript
public: {
enum Script { enum Script {
c_noneIsle = -1, c_noneIsle = -1,
c__Isle = 0, c__Isle = 0,
@ -3713,7 +3713,7 @@ class IsleScript {
c_pns018rd_Anim = 3705, c_pns018rd_Anim = 3705,
c_pns019pr_Anim = 3706, c_pns019pr_Anim = 3706,
c_pns021dl_Anim = 3707 c_pns021dl_Anim = 3707
};
}; };
} // namespace IsleScript
#endif // ISLE_ACTIONS_H #endif // ISLE_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef JETRACE_ACTIONS_H #ifndef JETRACE_ACTIONS_H
#define JETRACE_ACTIONS_H #define JETRACE_ACTIONS_H
class JetraceScript { namespace JetraceScript
public: {
enum Script { enum Script {
c_noneJetrace = -1, c_noneJetrace = -1,
c__JetRace_World = 0, c__JetRace_World = 0,
@ -173,7 +173,7 @@ class JetraceScript {
c_sjs012in_RunAnim = 500, c_sjs012in_RunAnim = 500,
c_sjs013in_RunAnim = 501, c_sjs013in_RunAnim = 501,
c_sjs014in_RunAnim = 502 c_sjs014in_RunAnim = 502
};
}; };
} // namespace JetraceScript
#endif // JETRACE_ACTIONS_H #endif // JETRACE_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef JETRACER_ACTIONS_H #ifndef JETRACER_ACTIONS_H
#define JETRACER_ACTIONS_H #define JETRACER_ACTIONS_H
class JetracerScript { namespace JetracerScript
public: {
enum Script { enum Script {
c_noneJetracer = -1, c_noneJetracer = -1,
c_Trigger200_Drown = 200, c_Trigger200_Drown = 200,
@ -19,7 +19,7 @@ class JetracerScript {
c_Trigger208_TriSpin01 = 208, c_Trigger208_TriSpin01 = 208,
c_Trigger209_SwimBouy = 209, c_Trigger209_SwimBouy = 209,
c_Trigger210_SwimSJ02 = 210 c_Trigger210_SwimSJ02 = 210
};
}; };
} // namespace JetracerScript
#endif // JETRACER_ACTIONS_H #endif // JETRACER_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef JETSKI_ACTIONS_H #ifndef JETSKI_ACTIONS_H
#define JETSKI_ACTIONS_H #define JETSKI_ACTIONS_H
class JetskiScript { namespace JetskiScript
public: {
enum Script { enum Script {
c_noneJetski = -1, c_noneJetski = -1,
c__StartUp = 0, c__StartUp = 0,
@ -207,7 +207,7 @@ class JetskiScript {
c_ijs005d4_RunAnim = 504, c_ijs005d4_RunAnim = 504,
c_ijs006d4_RunAnim = 505, c_ijs006d4_RunAnim = 505,
c_ijs007d4_RunAnim = 506 c_ijs007d4_RunAnim = 506
};
}; };
} // namespace JetskiScript
#endif // JETSKI_ACTIONS_H #endif // JETSKI_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef JUKEBOX_ACTIONS_H #ifndef JUKEBOX_ACTIONS_H
#define JUKEBOX_ACTIONS_H #define JUKEBOX_ACTIONS_H
class JukeboxScript { namespace JukeboxScript
public: {
enum Script { enum Script {
c_noneJukebox = -1, c_noneJukebox = -1,
c_MusicTheme1 = 0, c_MusicTheme1 = 0,
@ -76,7 +76,7 @@ class JukeboxScript {
c_DuneCarBuild_Flic = 65, c_DuneCarBuild_Flic = 65,
c_JetskiBuild_Flic = 66, c_JetskiBuild_Flic = 66,
c_RaceCarBuild_Flic = 67 c_RaceCarBuild_Flic = 67
};
}; };
} // namespace JukeboxScript
#endif // JUKEBOX_ACTIONS_H #endif // JUKEBOX_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef JUKEBOXW_ACTIONS_H #ifndef JUKEBOXW_ACTIONS_H
#define JUKEBOXW_ACTIONS_H #define JUKEBOXW_ACTIONS_H
class JukeboxwScript { namespace JukeboxwScript
public: {
enum Script { enum Script {
c_noneJukeboxw = -1, c_noneJukeboxw = -1,
c__StartUp = 0, c__StartUp = 0,
@ -30,7 +30,7 @@ class JukeboxwScript {
c_Dfwd_Down_Bitmap = 19, c_Dfwd_Down_Bitmap = 19,
c_Note_Up_Bitmap = 20, c_Note_Up_Bitmap = 20,
c_Note_Down_Bitmap = 21 c_Note_Down_Bitmap = 21
};
}; };
} // namespace JukeboxwScript
#endif // JUKEBOXW_ACTIONS_H #endif // JUKEBOXW_ACTIONS_H

View File

@ -3,15 +3,15 @@
#ifndef NOCD_ACTIONS_H #ifndef NOCD_ACTIONS_H
#define NOCD_ACTIONS_H #define NOCD_ACTIONS_H
class NocdScript { namespace NocdScript
public: {
enum Script { enum Script {
c_noneNocd = -1, c_noneNocd = -1,
c_NoCD_Movie = 0, c_NoCD_Movie = 0,
c_CDSpin1_Smk = 1, c_CDSpin1_Smk = 1,
c_Iicx62In_Wave = 2 c_Iicx62In_Wave = 2
};
}; };
} // namespace NocdScript
#endif // NOCD_ACTIONS_H #endif // NOCD_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef POLICE_ACTIONS_H #ifndef POLICE_ACTIONS_H
#define POLICE_ACTIONS_H #define POLICE_ACTIONS_H
class PoliceScript { namespace PoliceScript
public: {
enum Script { enum Script {
c_nonePolice = -1, c_nonePolice = -1,
c__StartUp = 0, c__StartUp = 0,
@ -45,7 +45,7 @@ class PoliceScript {
c_nps001ni_RunAnim = 500, c_nps001ni_RunAnim = 500,
c_nps002la_RunAnim = 501 c_nps002la_RunAnim = 501
};
}; };
} // namespace PoliceScript
#endif // POLICE_ACTIONS_H #endif // POLICE_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef RACECAR_ACTIONS_H #ifndef RACECAR_ACTIONS_H
#define RACECAR_ACTIONS_H #define RACECAR_ACTIONS_H
class RacecarScript { namespace RacecarScript
public: {
enum Script { enum Script {
c_noneRacecar = -1, c_noneRacecar = -1,
c__StartUp = 0, c__StartUp = 0,
@ -169,7 +169,7 @@ class RacecarScript {
c_irt004d1_RunAnim = 503, c_irt004d1_RunAnim = 503,
c_irtxx4d1_RunAnim = 504, c_irtxx4d1_RunAnim = 504,
c_irt005d1_RunAnim = 505 c_irt005d1_RunAnim = 505
};
}; };
} // namespace RacecarScript
#endif // RACECAR_ACTIONS_H #endif // RACECAR_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef REGBOOK_ACTIONS_H #ifndef REGBOOK_ACTIONS_H
#define REGBOOK_ACTIONS_H #define REGBOOK_ACTIONS_H
class RegbookScript { namespace RegbookScript
public: {
enum Script { enum Script {
c_noneRegbook = -1, c_noneRegbook = -1,
c__StartUp = 0, c__StartUp = 0,
@ -170,7 +170,7 @@ class RegbookScript {
c_iic009in_PlayWav = 504, c_iic009in_PlayWav = 504,
c_iic007in_PlayWav = 505, c_iic007in_PlayWav = 505,
c_iic008in_PlayWav = 506 c_iic008in_PlayWav = 506
};
}; };
} // namespace RegbookScript
#endif // REGBOOK_ACTIONS_H #endif // REGBOOK_ACTIONS_H

View File

@ -3,9 +3,9 @@
#ifndef SNDANIM_ACTIONS_H #ifndef SNDANIM_ACTIONS_H
#define SNDANIM_ACTIONS_H #define SNDANIM_ACTIONS_H
class SndanimScript { namespace SndanimScript
public: {
enum Script { enum Script {
c_noneSndanim = -1, c_noneSndanim = -1,
c_SoundAndAnim_Action = 0, c_SoundAndAnim_Action = 0,
@ -73,7 +73,7 @@ class SndanimScript {
c_BRS303_CloseJailDoor = 303, c_BRS303_CloseJailDoor = 303,
c_BookWig_Flic = 400 c_BookWig_Flic = 400
};
}; };
} // namespace SndanimScript
#endif // SNDANIM_ACTIONS_H #endif // SNDANIM_ACTIONS_H