From: Daniel Karbach Date: Wed, 2 Jan 2013 22:00:19 +0000 (+0100) Subject: removed useless comments X-Git-Url: http://git.localhorst.tv/?p=l2e.git;a=commitdiff_plain;h=4309d259becd96ead792678257e910c03a6b4a3d removed useless comments --- diff --git a/src/app/Application.h b/src/app/Application.h index e29bc63..817f79f 100644 --- a/src/app/Application.h +++ b/src/app/Application.h @@ -88,4 +88,4 @@ private: } -#endif /* APP_APPLICATION_H_ */ +#endif diff --git a/src/app/Arguments.h b/src/app/Arguments.h index 524d3b6..ee7654f 100644 --- a/src/app/Arguments.h +++ b/src/app/Arguments.h @@ -44,4 +44,4 @@ private: } -#endif /* APP_ARGUMENTS_H_ */ +#endif diff --git a/src/app/Input.h b/src/app/Input.h index f13208e..2e66b00 100644 --- a/src/app/Input.h +++ b/src/app/Input.h @@ -78,4 +78,4 @@ private: } -#endif /* APP_INPUT_H_ */ +#endif diff --git a/src/app/State.h b/src/app/State.h index 58538fa..84082ae 100644 --- a/src/app/State.h +++ b/src/app/State.h @@ -85,4 +85,4 @@ private: } -#endif /* APP_STATE_H_ */ +#endif diff --git a/src/app/Timer.h b/src/app/Timer.h index 7e15952..a66341a 100644 --- a/src/app/Timer.h +++ b/src/app/Timer.h @@ -155,4 +155,4 @@ private: } -#endif /* APP_TIMER_H_ */ +#endif diff --git a/src/battle/AttackChoice.h b/src/battle/AttackChoice.h index b73e420..1da0cdc 100644 --- a/src/battle/AttackChoice.h +++ b/src/battle/AttackChoice.h @@ -47,4 +47,4 @@ private: } -#endif /* BATTLE_ATTACKCHOICE_H_ */ +#endif diff --git a/src/battle/AttackTypeMenu.h b/src/battle/AttackTypeMenu.h index 6d32daf..5f10c46 100644 --- a/src/battle/AttackTypeMenu.h +++ b/src/battle/AttackTypeMenu.h @@ -35,4 +35,4 @@ private: } -#endif /* BATTLE_ATTACKTYPEMENU_H_ */ +#endif diff --git a/src/battle/BattleState.h b/src/battle/BattleState.h index c0f706e..8eb8f8d 100644 --- a/src/battle/BattleState.h +++ b/src/battle/BattleState.h @@ -189,4 +189,4 @@ private: } -#endif /* BATTLE_BATTLESTATE_H_ */ +#endif diff --git a/src/battle/Capsule.h b/src/battle/Capsule.h index 80edd47..dc2ac6e 100644 --- a/src/battle/Capsule.h +++ b/src/battle/Capsule.h @@ -66,4 +66,4 @@ private: } -#endif /* BATTLE_CAPSULE_H_ */ +#endif diff --git a/src/battle/Hero.h b/src/battle/Hero.h index 0d2ce0e..98cda93 100644 --- a/src/battle/Hero.h +++ b/src/battle/Hero.h @@ -106,4 +106,4 @@ private: } -#endif /* BATTLE_HERO_H_ */ +#endif diff --git a/src/battle/HeroTag.h b/src/battle/HeroTag.h index d6ef82d..d3bd9f5 100644 --- a/src/battle/HeroTag.h +++ b/src/battle/HeroTag.h @@ -37,4 +37,4 @@ private: } -#endif /* BATTLE_HEROTAG_H_ */ +#endif diff --git a/src/battle/Monster.h b/src/battle/Monster.h index 6aaf1f4..d7df41f 100644 --- a/src/battle/Monster.h +++ b/src/battle/Monster.h @@ -117,4 +117,4 @@ private: } -#endif /* BATTLE_MONSTER_H_ */ +#endif diff --git a/src/battle/MoveMenu.h b/src/battle/MoveMenu.h index 6a177ef..60feb00 100644 --- a/src/battle/MoveMenu.h +++ b/src/battle/MoveMenu.h @@ -38,4 +38,4 @@ private: } -#endif /* BATTLE_MOVEMENU_H_ */ +#endif diff --git a/src/battle/NumberAnimation.h b/src/battle/NumberAnimation.h index 698a5f1..2885d0f 100644 --- a/src/battle/NumberAnimation.h +++ b/src/battle/NumberAnimation.h @@ -37,4 +37,4 @@ private: } -#endif /* BATTLE_NUMBERANIMATION_H_ */ +#endif diff --git a/src/battle/PartyLayout.h b/src/battle/PartyLayout.h index ec12f4d..e1fa6d9 100644 --- a/src/battle/PartyLayout.h +++ b/src/battle/PartyLayout.h @@ -39,4 +39,4 @@ private: } -#endif /* BATTLE_PARTYLAYOUT_H_ */ +#endif diff --git a/src/battle/Resources.h b/src/battle/Resources.h index 99ad9fc..1500378 100644 --- a/src/battle/Resources.h +++ b/src/battle/Resources.h @@ -98,4 +98,4 @@ struct Resources { } -#endif /* BATTLE_RESOURCES_H_ */ +#endif diff --git a/src/battle/SmallHeroTag.h b/src/battle/SmallHeroTag.h index 7ab47e6..633cf80 100644 --- a/src/battle/SmallHeroTag.h +++ b/src/battle/SmallHeroTag.h @@ -30,4 +30,4 @@ private: } -#endif /* BATTLE_SMALLHEROTAG_H_ */ +#endif diff --git a/src/battle/TargetSelection.h b/src/battle/TargetSelection.h index ba53178..3c70518 100644 --- a/src/battle/TargetSelection.h +++ b/src/battle/TargetSelection.h @@ -84,4 +84,4 @@ private: } -#endif /* BATTLE_TARGETSELECTION_H_ */ +#endif diff --git a/src/battle/states/PerformAttacks.cpp b/src/battle/states/PerformAttacks.cpp index 2f750b2..bc6a118 100644 --- a/src/battle/states/PerformAttacks.cpp +++ b/src/battle/states/PerformAttacks.cpp @@ -1,10 +1,3 @@ -/* - * PerformAttacks.cpp - * - * Created on: Aug 10, 2012 - * Author: holy - */ - #include "PerformAttacks.h" #include "../BattleState.h" diff --git a/src/battle/states/PerformAttacks.h b/src/battle/states/PerformAttacks.h index adbf3ba..ab15525 100644 --- a/src/battle/states/PerformAttacks.h +++ b/src/battle/states/PerformAttacks.h @@ -1,10 +1,3 @@ -/* - * PerformAttacks.h - * - * Created on: Aug 10, 2012 - * Author: holy - */ - #ifndef BATTLE_PERFORMATTACKS_H_ #define BATTLE_PERFORMATTACKS_H_ @@ -68,4 +61,4 @@ private: } -#endif /* BATTLE_PERFORMATTACKS_H_ */ +#endif diff --git a/src/battle/states/RunState.cpp b/src/battle/states/RunState.cpp index 956fa13..7e7dfc4 100644 --- a/src/battle/states/RunState.cpp +++ b/src/battle/states/RunState.cpp @@ -1,10 +1,3 @@ -/* - * RunState.cpp - * - * Created on: Aug 10, 2012 - * Author: holy - */ - #include "RunState.h" #include "../BattleState.h" diff --git a/src/battle/states/RunState.h b/src/battle/states/RunState.h index 9a3a856..d341197 100644 --- a/src/battle/states/RunState.h +++ b/src/battle/states/RunState.h @@ -1,10 +1,3 @@ -/* - * RunState.h - * - * Created on: Aug 10, 2012 - * Author: holy - */ - #ifndef BATTLE_RUNSTATE_H_ #define BATTLE_RUNSTATE_H_ @@ -52,4 +45,4 @@ private: } -#endif /* BATTLE_RUNSTATE_H_ */ +#endif diff --git a/src/battle/states/SelectAttackType.cpp b/src/battle/states/SelectAttackType.cpp index f4a107e..20ab7a4 100644 --- a/src/battle/states/SelectAttackType.cpp +++ b/src/battle/states/SelectAttackType.cpp @@ -1,10 +1,3 @@ -/* - * SelectAttackType.cpp - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #include "SelectAttackType.h" #include "SelectIkari.h" diff --git a/src/battle/states/SelectAttackType.h b/src/battle/states/SelectAttackType.h index 3290666..b7903a7 100644 --- a/src/battle/states/SelectAttackType.h +++ b/src/battle/states/SelectAttackType.h @@ -1,10 +1,3 @@ -/* - * SelectAttackType.h - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #ifndef BATTLE_SELECTATTACKTYPE_H_ #define BATTLE_SELECTATTACKTYPE_H_ @@ -49,4 +42,4 @@ private: }; } -#endif /* BATTLE_SELECTATTACKTYPE_H_ */ +#endif diff --git a/src/battle/states/SelectIkari.cpp b/src/battle/states/SelectIkari.cpp index 53d2cbd..8d2006a 100644 --- a/src/battle/states/SelectIkari.cpp +++ b/src/battle/states/SelectIkari.cpp @@ -1,10 +1,3 @@ -/* - * SelectIkari.cpp - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #include "SelectIkari.h" #include "SelectAttackType.h" diff --git a/src/battle/states/SelectIkari.h b/src/battle/states/SelectIkari.h index 060a812..43fa0cf 100644 --- a/src/battle/states/SelectIkari.h +++ b/src/battle/states/SelectIkari.h @@ -1,10 +1,3 @@ -/* - * SelectIkari.h - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #ifndef BATTLE_SELECTIKARI_H_ #define BATTLE_SELECTIKARI_H_ @@ -55,4 +48,4 @@ private: } -#endif /* BATTLE_SELECTIKARI_H_ */ +#endif diff --git a/src/battle/states/SelectItem.cpp b/src/battle/states/SelectItem.cpp index 85ea773..2a90b03 100644 --- a/src/battle/states/SelectItem.cpp +++ b/src/battle/states/SelectItem.cpp @@ -1,10 +1,3 @@ -/* - * SelectItem.cpp - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #include "SelectItem.h" #include "SelectAttackType.h" diff --git a/src/battle/states/SelectItem.h b/src/battle/states/SelectItem.h index 6562b69..e9a30d8 100644 --- a/src/battle/states/SelectItem.h +++ b/src/battle/states/SelectItem.h @@ -1,10 +1,3 @@ -/* - * SelectItem.h - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #ifndef BATTLE_SELECTITEM_H_ #define BATTLE_SELECTITEM_H_ @@ -54,4 +47,4 @@ private: } -#endif /* BATTLE_SELECTITEM_H_ */ +#endif diff --git a/src/battle/states/SelectMoveAction.cpp b/src/battle/states/SelectMoveAction.cpp index 2ec5822..d789874 100644 --- a/src/battle/states/SelectMoveAction.cpp +++ b/src/battle/states/SelectMoveAction.cpp @@ -1,10 +1,3 @@ -/* - * SelectMoveAction.cpp - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #include "SelectMoveAction.h" #include "RunState.h" diff --git a/src/battle/states/SelectMoveAction.h b/src/battle/states/SelectMoveAction.h index 66f3642..1eb7a48 100644 --- a/src/battle/states/SelectMoveAction.h +++ b/src/battle/states/SelectMoveAction.h @@ -1,10 +1,3 @@ -/* - * SelectMoveAction.h - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #ifndef BATTLE_SELECTMOVEACTION_H_ #define BATTLE_SELECTMOVEACTION_H_ @@ -50,4 +43,4 @@ private: } -#endif /* BATTLE_SELECTMOVEACTION_H_ */ +#endif diff --git a/src/battle/states/SelectSpell.cpp b/src/battle/states/SelectSpell.cpp index ae7f278..b1053d0 100644 --- a/src/battle/states/SelectSpell.cpp +++ b/src/battle/states/SelectSpell.cpp @@ -1,10 +1,3 @@ -/* - * SelectSpell.cpp - * - * Created on: Aug 8, 2012 - * Author: holy - */ - #include "SelectSpell.h" #include "SelectAttackType.h" diff --git a/src/battle/states/SelectSpell.h b/src/battle/states/SelectSpell.h index 03401c6..1087b3f 100644 --- a/src/battle/states/SelectSpell.h +++ b/src/battle/states/SelectSpell.h @@ -1,10 +1,3 @@ -/* - * SelectSpell.h - * - * Created on: Aug 8, 2012 - * Author: holy - */ - #ifndef BATTLE_SELECTSPELL_H_ #define BATTLE_SELECTSPELL_H_ @@ -54,4 +47,4 @@ private: } -#endif /* BATTLE_SELECTSPELL_H_ */ +#endif diff --git a/src/battle/states/SelectTarget.cpp b/src/battle/states/SelectTarget.cpp index c685dab..800c233 100644 --- a/src/battle/states/SelectTarget.cpp +++ b/src/battle/states/SelectTarget.cpp @@ -1,10 +1,3 @@ -/* - * SelectTarget.cpp - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #include "SelectTarget.h" #include "SelectAttackType.h" diff --git a/src/battle/states/SelectTarget.h b/src/battle/states/SelectTarget.h index 121b8ad..4d53c3c 100644 --- a/src/battle/states/SelectTarget.h +++ b/src/battle/states/SelectTarget.h @@ -1,10 +1,3 @@ -/* - * SelectTarget.h - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #ifndef BATTLE_SELECTTARGET_H_ #define BATTLE_SELECTTARGET_H_ @@ -59,4 +52,4 @@ private: } -#endif /* BATTLE_SELECTTARGET_H_ */ +#endif diff --git a/src/battle/states/SwapHeroes.cpp b/src/battle/states/SwapHeroes.cpp index c9fad2d..7477027 100644 --- a/src/battle/states/SwapHeroes.cpp +++ b/src/battle/states/SwapHeroes.cpp @@ -1,10 +1,3 @@ -/* - * SwapHeroes.cpp - * - * Created on: Aug 10, 2012 - * Author: holy - */ - #include "SwapHeroes.h" #include "SelectMoveAction.h" diff --git a/src/battle/states/SwapHeroes.h b/src/battle/states/SwapHeroes.h index 81fe774..eec0391 100644 --- a/src/battle/states/SwapHeroes.h +++ b/src/battle/states/SwapHeroes.h @@ -1,10 +1,3 @@ -/* - * SwapHeroes.h - * - * Created on: Aug 10, 2012 - * Author: holy - */ - #ifndef BATTLE_SWAPHEROES_H_ #define BATTLE_SWAPHEROES_H_ @@ -61,4 +54,4 @@ private: } -#endif /* BATTLE_SWAPHEROES_H_ */ +#endif diff --git a/src/common/Capsule.h b/src/common/Capsule.h index d54394f..5aa5f34 100644 --- a/src/common/Capsule.h +++ b/src/common/Capsule.h @@ -126,4 +126,4 @@ private: } -#endif /* COMMON_CAPSULE_H_ */ +#endif diff --git a/src/common/GameConfig.h b/src/common/GameConfig.h index a3158e7..fbbda22 100644 --- a/src/common/GameConfig.h +++ b/src/common/GameConfig.h @@ -29,4 +29,4 @@ struct GameConfig { } -#endif /* COMMON_GAMECONFIG_H_ */ +#endif diff --git a/src/common/GameState.h b/src/common/GameState.h index 55ae6df..a76bf7e 100644 --- a/src/common/GameState.h +++ b/src/common/GameState.h @@ -51,4 +51,4 @@ struct GameState { } -#endif /* COMMON_GAMESTATE_H_ */ +#endif diff --git a/src/common/Hero.h b/src/common/Hero.h index 7014331..7872419 100644 --- a/src/common/Hero.h +++ b/src/common/Hero.h @@ -120,4 +120,4 @@ private: } -#endif /* COMMON_HERO_H_ */ +#endif diff --git a/src/common/Ikari.h b/src/common/Ikari.h index 201c601..c355fdb 100644 --- a/src/common/Ikari.h +++ b/src/common/Ikari.h @@ -46,4 +46,4 @@ private: } -#endif /* COMMON_IKARI_H_ */ +#endif diff --git a/src/common/Inventory.h b/src/common/Inventory.h index 5e21721..bca2ba8 100644 --- a/src/common/Inventory.h +++ b/src/common/Inventory.h @@ -54,4 +54,4 @@ private: } -#endif /* COMMON_INVENTORY_H_ */ +#endif diff --git a/src/common/Item.h b/src/common/Item.h index bacdfb0..afd802e 100644 --- a/src/common/Item.h +++ b/src/common/Item.h @@ -130,4 +130,4 @@ private: } -#endif /* COMMON_ITEM_H_ */ +#endif diff --git a/src/common/Script.h b/src/common/Script.h index 2459edc..c3f4838 100644 --- a/src/common/Script.h +++ b/src/common/Script.h @@ -51,4 +51,4 @@ public: } -#endif /* COMMON_SCRIPT_H_ */ +#endif diff --git a/src/common/ScriptHost.h b/src/common/ScriptHost.h index 8d5910d..871355e 100644 --- a/src/common/ScriptHost.h +++ b/src/common/ScriptHost.h @@ -20,4 +20,4 @@ public: } -#endif /* COMMON_SCRIPTHOST_H_ */ +#endif diff --git a/src/common/ScriptRunner.h b/src/common/ScriptRunner.h index 2a6b0de..7ee5b83 100644 --- a/src/common/ScriptRunner.h +++ b/src/common/ScriptRunner.h @@ -59,4 +59,4 @@ private: } -#endif /* COMMON_SCRIPTRUNNER_H_ */ +#endif diff --git a/src/common/Spell.h b/src/common/Spell.h index 2e2beb5..2cb14ef 100644 --- a/src/common/Spell.h +++ b/src/common/Spell.h @@ -53,4 +53,4 @@ private: } -#endif /* COMMON_SPELL_H_ */ +#endif diff --git a/src/common/Stats.h b/src/common/Stats.h index 6374c35..f07528a 100644 --- a/src/common/Stats.h +++ b/src/common/Stats.h @@ -59,4 +59,4 @@ inline Stats operator +(const Stats &lhs, const Stats &rhs) { } -#endif /* COMMON_STATS_H_ */ +#endif diff --git a/src/common/TargetingMode.h b/src/common/TargetingMode.h index 504e6ed..1800d2b 100644 --- a/src/common/TargetingMode.h +++ b/src/common/TargetingMode.h @@ -42,4 +42,4 @@ private: } -#endif /* COMMON_TARGETINGMODE_H_ */ +#endif diff --git a/src/graphics/Animation.h b/src/graphics/Animation.h index f70379d..3791df4 100644 --- a/src/graphics/Animation.h +++ b/src/graphics/Animation.h @@ -112,4 +112,4 @@ private: } -#endif /* GRAPHICS_SIMPLEANIMATION_H_ */ +#endif diff --git a/src/graphics/Camera.h b/src/graphics/Camera.h index 4b2216b..ea4e6d5 100644 --- a/src/graphics/Camera.h +++ b/src/graphics/Camera.h @@ -27,4 +27,4 @@ private: } -#endif /* GRAPHICS_CAMERA_H_ */ +#endif diff --git a/src/graphics/CharSelect.h b/src/graphics/CharSelect.h index 6859dfe..4ba68c8 100644 --- a/src/graphics/CharSelect.h +++ b/src/graphics/CharSelect.h @@ -48,4 +48,4 @@ private: } -#endif /* GRAPHICS_CHARSELECT_H_ */ +#endif diff --git a/src/graphics/Color.h b/src/graphics/Color.h index a633227..21842f9 100644 --- a/src/graphics/Color.h +++ b/src/graphics/Color.h @@ -32,4 +32,4 @@ private: } -#endif /* GRAPHICS_COLOR_H_ */ +#endif diff --git a/src/graphics/ColorFade.h b/src/graphics/ColorFade.h index 3396ba3..aad9247 100644 --- a/src/graphics/ColorFade.h +++ b/src/graphics/ColorFade.h @@ -53,4 +53,4 @@ private: } -#endif /* GRAPHICS_COLORFADE_H_ */ +#endif diff --git a/src/graphics/ComplexAnimation.h b/src/graphics/ComplexAnimation.h index 1ed001a..92562c5 100644 --- a/src/graphics/ComplexAnimation.h +++ b/src/graphics/ComplexAnimation.h @@ -44,4 +44,4 @@ private: } -#endif /* GRAPHICS_COMPLEXANIMATION_H_ */ +#endif diff --git a/src/graphics/Font.h b/src/graphics/Font.h index 272b09f..d435266 100644 --- a/src/graphics/Font.h +++ b/src/graphics/Font.h @@ -49,4 +49,4 @@ private: } -#endif /* GRAPHICS_FONT_H_ */ +#endif diff --git a/src/graphics/Frame.h b/src/graphics/Frame.h index 023b694..48331f0 100644 --- a/src/graphics/Frame.h +++ b/src/graphics/Frame.h @@ -46,4 +46,4 @@ private: } -#endif /* GRAPHICS_FRAME_H_ */ +#endif diff --git a/src/graphics/Gauge.h b/src/graphics/Gauge.h index 383559e..1eceadd 100644 --- a/src/graphics/Gauge.h +++ b/src/graphics/Gauge.h @@ -46,4 +46,4 @@ private: } -#endif /* GRAPHICS_GAUGE_H_ */ +#endif diff --git a/src/graphics/Menu.h b/src/graphics/Menu.h index ac98646..e288f2d 100644 --- a/src/graphics/Menu.h +++ b/src/graphics/Menu.h @@ -300,4 +300,4 @@ void Menu::Draw(SDL_Surface *dest, const math::Vector &position) const { } -#endif /* GRAPHICS_MENU_H_ */ +#endif diff --git a/src/graphics/SimpleAnimation.h b/src/graphics/SimpleAnimation.h index 88a41c5..7e5a99a 100644 --- a/src/graphics/SimpleAnimation.h +++ b/src/graphics/SimpleAnimation.h @@ -38,4 +38,4 @@ private: } -#endif /* GRAPHICS_SIMPLEANIMATION_H_ */ +#endif diff --git a/src/graphics/Sprite.h b/src/graphics/Sprite.h index 8aa5208..5fa4191 100644 --- a/src/graphics/Sprite.h +++ b/src/graphics/Sprite.h @@ -51,4 +51,4 @@ private: } -#endif /* GRAPHICS_SPRITE_H_ */ +#endif diff --git a/src/graphics/Texture.h b/src/graphics/Texture.h index 0de987a..b3b9208 100644 --- a/src/graphics/Texture.h +++ b/src/graphics/Texture.h @@ -38,4 +38,4 @@ private: } -#endif /* GRAPHICS_TEXTURE_H_ */ +#endif diff --git a/src/loader/Caster.h b/src/loader/Caster.h index 3420f67..c20f5d9 100644 --- a/src/loader/Caster.h +++ b/src/loader/Caster.h @@ -52,4 +52,4 @@ private: } -#endif /* LOADER_CASTER_H_ */ +#endif diff --git a/src/loader/Interpreter.h b/src/loader/Interpreter.h index 5f66c0f..454fccc 100644 --- a/src/loader/Interpreter.h +++ b/src/loader/Interpreter.h @@ -101,4 +101,4 @@ private: } -#endif /* LOADER_INTERPRETER_H_ */ +#endif diff --git a/src/loader/PagedAllocator.h b/src/loader/PagedAllocator.h index 5927053..13b79a4 100644 --- a/src/loader/PagedAllocator.h +++ b/src/loader/PagedAllocator.h @@ -32,4 +32,4 @@ private: } -#endif /* LOADER_PAGEDALLOCATOR_H_ */ +#endif diff --git a/src/loader/ParsedSource.h b/src/loader/ParsedSource.h index 28aca13..619f2b9 100644 --- a/src/loader/ParsedSource.h +++ b/src/loader/ParsedSource.h @@ -279,4 +279,4 @@ ostream &operator <<(ostream &, const loader::Literal &); } -#endif /* LOADER_PARSEDSOURCE_H_ */ +#endif diff --git a/src/loader/Parser.h b/src/loader/Parser.h index addb9da..a1c98c8 100644 --- a/src/loader/Parser.h +++ b/src/loader/Parser.h @@ -83,4 +83,4 @@ private: } -#endif /* LOADER_PARSER_H_ */ +#endif diff --git a/src/loader/Tokenizer.h b/src/loader/Tokenizer.h index 06103b7..28d808f 100644 --- a/src/loader/Tokenizer.h +++ b/src/loader/Tokenizer.h @@ -152,4 +152,4 @@ inline std::ostream &operator <<(std::ostream &out, Tokenizer::Token::Type t) { } -#endif /* LOADER_TOKENIZER_H_ */ +#endif diff --git a/src/loader/TypeDescription.h b/src/loader/TypeDescription.h index cc00662..262f76b 100644 --- a/src/loader/TypeDescription.h +++ b/src/loader/TypeDescription.h @@ -89,4 +89,4 @@ private: } -#endif /* LOADER_TYPEDESCRIPTION_H_ */ +#endif diff --git a/src/loader/utility.h b/src/loader/utility.h index 9466dc5..e8c90f4 100644 --- a/src/loader/utility.h +++ b/src/loader/utility.h @@ -11,4 +11,4 @@ std::string CatPath(const std::string &lhs, const std::string &rhs); } -#endif /* LOADER_UTILITY_H_ */ +#endif diff --git a/src/map/Area.h b/src/map/Area.h index 6ea5837..68f376b 100644 --- a/src/map/Area.h +++ b/src/map/Area.h @@ -61,4 +61,4 @@ private: } -#endif /* MAP_AREA_H_ */ +#endif diff --git a/src/map/Entity.h b/src/map/Entity.h index 64a319d..1304488 100644 --- a/src/map/Entity.h +++ b/src/map/Entity.h @@ -165,4 +165,4 @@ private: } -#endif /* MAP_ENTITY_H_ */ +#endif diff --git a/src/map/Map.h b/src/map/Map.h index 101689f..c86b0ac 100644 --- a/src/map/Map.h +++ b/src/map/Map.h @@ -81,4 +81,4 @@ private: } -#endif /* MAP_MAP_H_ */ +#endif diff --git a/src/map/MapState.h b/src/map/MapState.h index f0f20c1..09ba357 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -102,4 +102,4 @@ private: } -#endif /* MAP_MAPSTATE_H_ */ +#endif diff --git a/src/map/Tile.h b/src/map/Tile.h index 252ede3..f5afb24 100644 --- a/src/map/Tile.h +++ b/src/map/Tile.h @@ -50,4 +50,4 @@ private: } -#endif /* MAP_TILE_H_ */ +#endif diff --git a/src/map/TransitionState.h b/src/map/TransitionState.h index 965da8a..9a73ae5 100644 --- a/src/map/TransitionState.h +++ b/src/map/TransitionState.h @@ -43,4 +43,4 @@ private: } -#endif /* MAP_TRANSITIONSTATE_H_ */ +#endif diff --git a/src/map/Trigger.h b/src/map/Trigger.h index 3baf74a..086985c 100644 --- a/src/map/Trigger.h +++ b/src/map/Trigger.h @@ -52,4 +52,4 @@ private: } -#endif /* MAP_TRIGGER_H_ */ +#endif diff --git a/src/menu/CapsuleChangeMenu.h b/src/menu/CapsuleChangeMenu.h index bd12601..2cd56ba 100644 --- a/src/menu/CapsuleChangeMenu.h +++ b/src/menu/CapsuleChangeMenu.h @@ -58,4 +58,4 @@ private: } -#endif /* MENU_CAPSULECHANGEMENU_H_ */ +#endif diff --git a/src/menu/CapsuleFeedMenu.h b/src/menu/CapsuleFeedMenu.h index 91b2cc1..2a459e7 100644 --- a/src/menu/CapsuleFeedMenu.h +++ b/src/menu/CapsuleFeedMenu.h @@ -69,4 +69,4 @@ private: } -#endif /* MENU_CAPSULEFEEDMENU_H_ */ +#endif diff --git a/src/menu/CapsuleMenu.h b/src/menu/CapsuleMenu.h index c42eb49..ae8d245 100644 --- a/src/menu/CapsuleMenu.h +++ b/src/menu/CapsuleMenu.h @@ -70,4 +70,4 @@ private: } -#endif /* MENU_CAPSULEMENU_H_ */ +#endif diff --git a/src/menu/CapsuleNameMenu.h b/src/menu/CapsuleNameMenu.h index 4bc4d01..2fd709a 100644 --- a/src/menu/CapsuleNameMenu.h +++ b/src/menu/CapsuleNameMenu.h @@ -63,4 +63,4 @@ private: } -#endif /* MENU_CAPSULENAMEMENU_H_ */ +#endif diff --git a/src/menu/ChangeHero.h b/src/menu/ChangeHero.h index 1d87ab1..15c26f4 100644 --- a/src/menu/ChangeHero.h +++ b/src/menu/ChangeHero.h @@ -53,4 +53,4 @@ private: } -#endif /* MENU_CHANGEHERO_H_ */ +#endif diff --git a/src/menu/ConfigMenu.h b/src/menu/ConfigMenu.h index e8b2692..666cc89 100644 --- a/src/menu/ConfigMenu.h +++ b/src/menu/ConfigMenu.h @@ -48,4 +48,4 @@ private: } -#endif /* MENU_CONFIGMENU_H_ */ +#endif diff --git a/src/menu/EquipMenu.h b/src/menu/EquipMenu.h index a0ead61..cf7e75b 100644 --- a/src/menu/EquipMenu.h +++ b/src/menu/EquipMenu.h @@ -81,4 +81,4 @@ private: } -#endif /* MENU_EQUIPMENU_H_ */ +#endif diff --git a/src/menu/HeroStatus.h b/src/menu/HeroStatus.h index fbe21ab..726375f 100644 --- a/src/menu/HeroStatus.h +++ b/src/menu/HeroStatus.h @@ -39,4 +39,4 @@ private: } -#endif /* MENU_HEROSTATUS_H_ */ +#endif diff --git a/src/menu/InventoryMenu.h b/src/menu/InventoryMenu.h index 0668cda..10b9730 100644 --- a/src/menu/InventoryMenu.h +++ b/src/menu/InventoryMenu.h @@ -58,4 +58,4 @@ private: } -#endif /* MENU_INVENTORYMENU_H_ */ +#endif diff --git a/src/menu/PartyMenu.h b/src/menu/PartyMenu.h index 409ee16..f104898 100644 --- a/src/menu/PartyMenu.h +++ b/src/menu/PartyMenu.h @@ -79,4 +79,4 @@ private: } -#endif /* MENU_PARTYMENU_H_ */ +#endif diff --git a/src/menu/Resources.h b/src/menu/Resources.h index 656827e..27e8e6f 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -144,4 +144,4 @@ struct Resources { } -#endif /* MENU_RESOURCES_H_ */ +#endif diff --git a/src/menu/ScenarioMenu.h b/src/menu/ScenarioMenu.h index 7f10367..ab6cd66 100644 --- a/src/menu/ScenarioMenu.h +++ b/src/menu/ScenarioMenu.h @@ -52,4 +52,4 @@ private: } -#endif /* MENU_SCENARIOMENU_H_ */ +#endif diff --git a/src/menu/SelectHero.h b/src/menu/SelectHero.h index 9548045..45ecace 100644 --- a/src/menu/SelectHero.h +++ b/src/menu/SelectHero.h @@ -63,4 +63,4 @@ private: } -#endif /* MENU_SELECTHERO_H_ */ +#endif diff --git a/src/menu/SpellMenu.h b/src/menu/SpellMenu.h index 8ad86f3..c696b03 100644 --- a/src/menu/SpellMenu.h +++ b/src/menu/SpellMenu.h @@ -65,4 +65,4 @@ private: } -#endif /* MENU_SPELLMENU_H_ */ +#endif diff --git a/src/menu/StatusMenu.h b/src/menu/StatusMenu.h index 8c139a3..45af969 100644 --- a/src/menu/StatusMenu.h +++ b/src/menu/StatusMenu.h @@ -67,4 +67,4 @@ private: } -#endif /* MENU_STATUSMENU_H_ */ +#endif diff --git a/src/sdl/InitImage.h b/src/sdl/InitImage.h index 21136d4..de2f5fc 100644 --- a/src/sdl/InitImage.h +++ b/src/sdl/InitImage.h @@ -16,4 +16,4 @@ private: } -#endif /* SDL_INITIMAGE_H_ */ +#endif diff --git a/src/sdl/InitSDL.h b/src/sdl/InitSDL.h index f969485..82c9f38 100644 --- a/src/sdl/InitSDL.h +++ b/src/sdl/InitSDL.h @@ -19,4 +19,4 @@ private: } -#endif /* SDL_INITSDL_H_ */ +#endif diff --git a/src/sdl/InitScreen.h b/src/sdl/InitScreen.h index 3a71d44..9032776 100644 --- a/src/sdl/InitScreen.h +++ b/src/sdl/InitScreen.h @@ -30,4 +30,4 @@ private: } -#endif /* SDL_INITSCREEN_H_ */ +#endif diff --git a/src/sdl/utility.h b/src/sdl/utility.h index 295877f..0067c36 100644 --- a/src/sdl/utility.h +++ b/src/sdl/utility.h @@ -14,4 +14,4 @@ void OutlineRect(SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color); } -#endif /* SDL_UTILITY_H_ */ +#endif