mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
scope headers in namespaces instead
This commit is contained in:
parent
5923f01b40
commit
b57d640f25
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -833,6 +833,6 @@ class Act2mainScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -232,6 +232,6 @@ class Act3Script {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -401,6 +401,6 @@ class CarraceScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -87,6 +87,6 @@ class CarracerScript {
|
|||||||
|
|
||||||
c_TRS400_BlueSky = 400
|
c_TRS400_BlueSky = 400
|
||||||
};
|
};
|
||||||
};
|
} // namespace CarracerScript
|
||||||
|
|
||||||
#endif // CARRACER_ACTIONS_H
|
#endif // CARRACER_ACTIONS_H
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -193,6 +193,6 @@ class CopterScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -47,6 +47,6 @@ class CreditsScript {
|
|||||||
|
|
||||||
c_LegoCredits = 499
|
c_LegoCredits = 499
|
||||||
};
|
};
|
||||||
};
|
} // namespace CreditsScript
|
||||||
|
|
||||||
#endif // CREDITS_ACTIONS_H
|
#endif // CREDITS_ACTIONS_H
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -142,6 +142,6 @@ class DunecarScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ class ElevbottScript {
|
|||||||
|
|
||||||
c_iica31in_PlayWav = 500
|
c_iica31in_PlayWav = 500
|
||||||
};
|
};
|
||||||
};
|
} // namespace ElevbottScript
|
||||||
|
|
||||||
#endif // ELEVBOTT_ACTIONS_H
|
#endif // ELEVBOTT_ACTIONS_H
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -141,6 +141,6 @@ class GarageScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -38,6 +38,6 @@ class HistbookScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -166,6 +166,6 @@ class HospitalScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -28,6 +28,6 @@ class InfodoorScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -574,6 +574,6 @@ class InfomainScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -32,6 +32,6 @@ 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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -27,6 +27,6 @@ class IntroScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -3714,6 +3714,6 @@ class IsleScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -174,6 +174,6 @@ class JetraceScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -20,6 +20,6 @@ class JetracerScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -208,6 +208,6 @@ class JetskiScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -77,6 +77,6 @@ class JukeboxScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -31,6 +31,6 @@ class JukeboxwScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -12,6 +12,6 @@ class NocdScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -46,6 +46,6 @@ 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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -170,6 +170,6 @@ class RacecarScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -171,6 +171,6 @@ class RegbookScript {
|
|||||||
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
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
#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,
|
||||||
|
|
||||||
@ -74,6 +74,6 @@ class SndanimScript {
|
|||||||
|
|
||||||
c_BookWig_Flic = 400
|
c_BookWig_Flic = 400
|
||||||
};
|
};
|
||||||
};
|
} // namespace SndanimScript
|
||||||
|
|
||||||
#endif // SNDANIM_ACTIONS_H
|
#endif // SNDANIM_ACTIONS_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user