liblcf
rpg_enums.cpp
Go to the documentation of this file.
1 /* !!!! GENERATED FILE - DO NOT EDIT !!!!
2  * --------------------------------------
3  *
4  * This file is part of liblcf. Copyright (c) liblcf authors.
5  * https://github.com/EasyRPG/liblcf - https://easyrpg.org
6  *
7  * liblcf is Free/Libre Open Source Software, released under the MIT License.
8  * For the full copyright and license information, please view the COPYING
9  * file that was distributed with this source code.
10  */
11 
12 #include "lcf/rpg/eventcommand.h"
13 #include "lcf/rpg/movecommand.h"
14 #include "lcf/rpg/animationtiming.h"
15 #include "lcf/rpg/animation.h"
16 #include "lcf/rpg/attribute.h"
17 #include "lcf/rpg/battlecommand.h"
18 #include "lcf/rpg/battlecommands.h"
19 #include "lcf/rpg/battleranimation.h"
20 #include "lcf/rpg/battleranimationitemskill.h"
21 #include "lcf/rpg/battleranimationpose.h"
22 #include "lcf/rpg/chipset.h"
23 #include "lcf/rpg/commonevent.h"
24 #include "lcf/rpg/skill.h"
25 #include "lcf/rpg/item.h"
26 #include "lcf/rpg/enemyaction.h"
27 #include "lcf/rpg/terrain.h"
28 #include "lcf/rpg/state.h"
29 #include "lcf/rpg/system.h"
30 #include "lcf/rpg/eventpagecondition.h"
31 #include "lcf/rpg/eventpage.h"
32 #include "lcf/rpg/map.h"
33 #include "lcf/rpg/savesystem.h"
34 #include "lcf/rpg/savepicture.h"
35 #include "lcf/rpg/savepartylocation.h"
36 #include "lcf/rpg/savevehiclelocation.h"
37 #include "lcf/rpg/saveactor.h"
38 #include "lcf/rpg/mapinfo.h"
39 #include "lcf/rpg/treemap.h"
40 
41 namespace lcf {
42 namespace rpg {
43 constexpr decltype(MoveCommand::kCodeTags) MoveCommand::kCodeTags;
44 constexpr decltype(AnimationTiming::kFlashScopeTags) AnimationTiming::kFlashScopeTags;
45 constexpr decltype(AnimationTiming::kScreenShakeTags) AnimationTiming::kScreenShakeTags;
46 constexpr decltype(Animation::kScopeTags) Animation::kScopeTags;
47 constexpr decltype(Animation::kPositionTags) Animation::kPositionTags;
48 constexpr decltype(Attribute::kTypeTags) Attribute::kTypeTags;
49 constexpr decltype(BattleCommand::kTypeTags) BattleCommand::kTypeTags;
50 constexpr decltype(BattleCommands::kPlacementTags) BattleCommands::kPlacementTags;
51 constexpr decltype(BattleCommands::kRowShownTags) BattleCommands::kRowShownTags;
52 constexpr decltype(BattleCommands::kBattleTypeTags) BattleCommands::kBattleTypeTags;
53 constexpr decltype(BattleCommands::kWindowSizeTags) BattleCommands::kWindowSizeTags;
54 constexpr decltype(BattleCommands::kTransparencyTags) BattleCommands::kTransparencyTags;
55 constexpr decltype(BattleCommands::kFacingTags) BattleCommands::kFacingTags;
56 constexpr decltype(BattlerAnimation::kPoseTags) BattlerAnimation::kPoseTags;
57 constexpr decltype(BattlerAnimationItemSkill::kSpeedTags) BattlerAnimationItemSkill::kSpeedTags;
58 constexpr decltype(BattlerAnimationItemSkill::kAnimTypeTags) BattlerAnimationItemSkill::kAnimTypeTags;
59 constexpr decltype(BattlerAnimationItemSkill::kMovementTags) BattlerAnimationItemSkill::kMovementTags;
60 constexpr decltype(BattlerAnimationItemSkill::kAfterimageTags) BattlerAnimationItemSkill::kAfterimageTags;
61 constexpr decltype(BattlerAnimationPose::kAnimTypeTags) BattlerAnimationPose::kAnimTypeTags;
62 constexpr decltype(Chipset::kAnimTypeTags) Chipset::kAnimTypeTags;
63 constexpr decltype(Skill::kTypeTags) Skill::kTypeTags;
64 constexpr decltype(Skill::kSpTypeTags) Skill::kSpTypeTags;
65 constexpr decltype(Skill::kScopeTags) Skill::kScopeTags;
66 constexpr decltype(Skill::kHpTypeTags) Skill::kHpTypeTags;
67 constexpr decltype(Item::kTypeTags) Item::kTypeTags;
68 constexpr decltype(Item::kTrajectoryTags) Item::kTrajectoryTags;
69 constexpr decltype(Item::kTargetTags) Item::kTargetTags;
70 constexpr decltype(EnemyAction::kKindTags) EnemyAction::kKindTags;
71 constexpr decltype(EnemyAction::kBasicTags) EnemyAction::kBasicTags;
72 constexpr decltype(EnemyAction::kConditionTypeTags) EnemyAction::kConditionTypeTags;
73 constexpr decltype(Terrain::kBushDepthTags) Terrain::kBushDepthTags;
74 constexpr decltype(Terrain::kBGAssociationTags) Terrain::kBGAssociationTags;
75 constexpr decltype(State::kPersistenceTags) State::kPersistenceTags;
76 constexpr decltype(State::kRestrictionTags) State::kRestrictionTags;
77 constexpr decltype(State::kAffectTypeTags) State::kAffectTypeTags;
78 constexpr decltype(State::kChangeTypeTags) State::kChangeTypeTags;
79 constexpr decltype(System::kFadeOutTags) System::kFadeOutTags;
80 constexpr decltype(System::kFadeInTags) System::kFadeInTags;
81 constexpr decltype(System::kStretchTags) System::kStretchTags;
82 constexpr decltype(System::kFontTags) System::kFontTags;
83 constexpr decltype(System::kBattleFormationTags) System::kBattleFormationTags;
84 constexpr decltype(System::kBattleConditionTags) System::kBattleConditionTags;
85 constexpr decltype(System::kEquipmentSettingTags) System::kEquipmentSettingTags;
86 constexpr decltype(EventPageCondition::kComparisonTags) EventPageCondition::kComparisonTags;
87 constexpr decltype(EventPage::kDirectionTags) EventPage::kDirectionTags;
88 constexpr decltype(EventPage::kFrameTags) EventPage::kFrameTags;
89 constexpr decltype(EventPage::kMoveTypeTags) EventPage::kMoveTypeTags;
90 constexpr decltype(EventPage::kTriggerTags) EventPage::kTriggerTags;
91 constexpr decltype(EventPage::kLayersTags) EventPage::kLayersTags;
92 constexpr decltype(EventPage::kAnimTypeTags) EventPage::kAnimTypeTags;
93 constexpr decltype(Map::kScrollTypeTags) Map::kScrollTypeTags;
94 constexpr decltype(Map::kGeneratorModeTags) Map::kGeneratorModeTags;
95 constexpr decltype(Map::kGeneratorTilesTags) Map::kGeneratorTilesTags;
96 constexpr decltype(SaveSystem::kSceneTags) SaveSystem::kSceneTags;
97 constexpr decltype(SaveSystem::kAtbModeTags) SaveSystem::kAtbModeTags;
98 constexpr decltype(SavePicture::kEffectTags) SavePicture::kEffectTags;
99 constexpr decltype(SavePicture::kMapLayerTags) SavePicture::kMapLayerTags;
100 constexpr decltype(SavePicture::kBattleLayerTags) SavePicture::kBattleLayerTags;
101 constexpr decltype(SavePicture::kEasyRpgFlipTags) SavePicture::kEasyRpgFlipTags;
102 constexpr decltype(SavePicture::kEasyRpgTypeTags) SavePicture::kEasyRpgTypeTags;
103 constexpr decltype(SavePartyLocation::kVehicleTypeTags) SavePartyLocation::kVehicleTypeTags;
104 constexpr decltype(SavePartyLocation::kPanStateTags) SavePartyLocation::kPanStateTags;
105 constexpr decltype(SaveVehicleLocation::kVehicleTypeTags) SaveVehicleLocation::kVehicleTypeTags;
106 constexpr decltype(SaveActor::kRowTypeTags) SaveActor::kRowTypeTags;
107 constexpr decltype(MapInfo::kMusicTypeTags) MapInfo::kMusicTypeTags;
108 constexpr decltype(MapInfo::kBGMTypeTags) MapInfo::kBGMTypeTags;
109 constexpr decltype(MapInfo::kTriStateTags) MapInfo::kTriStateTags;
110 constexpr decltype(TreeMap::kMapTypeTags) TreeMap::kMapTypeTags;
111 
112 } // namespace rpg
113 } // namespace lcf
Definition: dbarray.cpp:13