From: Daniel Karbach Date: Fri, 30 Nov 2012 14:15:52 +0000 (+0100) Subject: removed stupid file headers that eclipse put in X-Git-Url: http://git.localhorst.tv/?p=l2e.git;a=commitdiff_plain;h=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea removed stupid file headers that eclipse put in --- diff --git a/src/app/Application.cpp b/src/app/Application.cpp index 90ed288..0a5f5e7 100644 --- a/src/app/Application.cpp +++ b/src/app/Application.cpp @@ -1,10 +1,3 @@ -/* - * Application.cpp - * - * Created on: Apr 8, 2012 - * Author: holy - */ - #include "Application.h" #include "State.h" diff --git a/src/app/Application.h b/src/app/Application.h index df5de25..62d9740 100644 --- a/src/app/Application.h +++ b/src/app/Application.h @@ -1,10 +1,3 @@ -/* - * Application.h - * - * Created on: Apr 8, 2012 - * Author: holy - */ - #ifndef APP_APPLICATION_H_ #define APP_APPLICATION_H_ diff --git a/src/app/Arguments.cpp b/src/app/Arguments.cpp index fa8c851..9afe59a 100644 --- a/src/app/Arguments.cpp +++ b/src/app/Arguments.cpp @@ -1,10 +1,3 @@ -/* - * Arguments.cpp - * - * Created on: Sep 15, 2012 - * Author: holy - */ - #include "Arguments.h" #include diff --git a/src/app/Arguments.h b/src/app/Arguments.h index ace8cda..524d3b6 100644 --- a/src/app/Arguments.h +++ b/src/app/Arguments.h @@ -1,10 +1,3 @@ -/* - * Arguments.h - * - * Created on: Sep 15, 2012 - * Author: holy - */ - #ifndef APP_ARGUMENTS_H_ #define APP_ARGUMENTS_H_ diff --git a/src/app/Input.cpp b/src/app/Input.cpp index e810e00..ad5bdf7 100644 --- a/src/app/Input.cpp +++ b/src/app/Input.cpp @@ -1,10 +1,3 @@ -/* - * Input.cpp - * - * Created on: Aug 6, 2012 - * Author: holy - */ - #include "Input.h" using std::map; diff --git a/src/app/Input.h b/src/app/Input.h index 4df4685..f13208e 100644 --- a/src/app/Input.h +++ b/src/app/Input.h @@ -1,10 +1,3 @@ -/* - * Input.h - * - * Created on: Aug 6, 2012 - * Author: holy - */ - #ifndef APP_INPUT_H_ #define APP_INPUT_H_ diff --git a/src/app/State.cpp b/src/app/State.cpp index 2c8f0c3..fc6c806 100644 --- a/src/app/State.cpp +++ b/src/app/State.cpp @@ -1,10 +1,3 @@ -/* - * State.cpp - * - * Created on: Oct 17, 2012 - * Author: holy - */ - #include "State.h" #include diff --git a/src/app/State.h b/src/app/State.h index 4e1fd7f..19b6fe0 100644 --- a/src/app/State.h +++ b/src/app/State.h @@ -1,10 +1,3 @@ -/* - * State.h - * - * Created on: Apr 8, 2012 - * Author: holy - */ - #ifndef APP_APPLICATIONSTATE_H_ #define APP_APPLICATIONSTATE_H_ diff --git a/src/app/Timer.h b/src/app/Timer.h index 05d295e..7e15952 100644 --- a/src/app/Timer.h +++ b/src/app/Timer.h @@ -1,10 +1,3 @@ -/* - * Timer.h - * - * Created on: Aug 10, 2012 - * Author: holy - */ - #ifndef APP_TIMER_H_ #define APP_TIMER_H_ diff --git a/src/app/fwd.h b/src/app/fwd.h index 7249010..60932a4 100644 --- a/src/app/fwd.h +++ b/src/app/fwd.h @@ -1,10 +1,3 @@ -/* - * fwd.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef APP_FWD_H_ #define APP_FWD_H_ diff --git a/src/battle/AttackChoice.cpp b/src/battle/AttackChoice.cpp index 5d3359b..8a9be06 100644 --- a/src/battle/AttackChoice.cpp +++ b/src/battle/AttackChoice.cpp @@ -1,10 +1,3 @@ -/* - * AttackChoice.cpp - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #include "AttackChoice.h" namespace battle { diff --git a/src/battle/AttackChoice.h b/src/battle/AttackChoice.h index d332b26..8577976 100644 --- a/src/battle/AttackChoice.h +++ b/src/battle/AttackChoice.h @@ -1,10 +1,3 @@ -/* - * AttackChoice.h - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #ifndef BATTLE_ATTACKCHOICE_H_ #define BATTLE_ATTACKCHOICE_H_ diff --git a/src/battle/AttackTypeMenu.cpp b/src/battle/AttackTypeMenu.cpp index f9786fb..16bda25 100644 --- a/src/battle/AttackTypeMenu.cpp +++ b/src/battle/AttackTypeMenu.cpp @@ -1,10 +1,3 @@ -/* - * AttackTypeMenu.cpp - * - * Created on: Aug 6, 2012 - * Author: holy - */ - #include "AttackTypeMenu.h" #include "../geometry/Vector.h" diff --git a/src/battle/AttackTypeMenu.h b/src/battle/AttackTypeMenu.h index db07443..aa5f9c5 100644 --- a/src/battle/AttackTypeMenu.h +++ b/src/battle/AttackTypeMenu.h @@ -1,10 +1,3 @@ -/* - * AttackTypeMenu.h - * - * Created on: Aug 6, 2012 - * Author: holy - */ - #ifndef BATTLE_ATTACKTYPEMENU_H_ #define BATTLE_ATTACKTYPEMENU_H_ diff --git a/src/battle/BattleState.cpp b/src/battle/BattleState.cpp index 7c8b330..36b4af5 100644 --- a/src/battle/BattleState.cpp +++ b/src/battle/BattleState.cpp @@ -1,10 +1,3 @@ -/* - * BattleState.cpp - * - * Created on: Aug 5, 2012 - * Author: holy - */ - #include "BattleState.h" #include "PartyLayout.h" diff --git a/src/battle/BattleState.h b/src/battle/BattleState.h index e76440e..0f51f23 100644 --- a/src/battle/BattleState.h +++ b/src/battle/BattleState.h @@ -1,10 +1,3 @@ -/* - * BattleState.h - * - * Created on: Aug 5, 2012 - * Author: holy - */ - #ifndef BATTLE_BATTLESTATE_H_ #define BATTLE_BATTLESTATE_H_ diff --git a/src/battle/Hero.cpp b/src/battle/Hero.cpp index 1d8393e..7dd8abb 100644 --- a/src/battle/Hero.cpp +++ b/src/battle/Hero.cpp @@ -1,10 +1,3 @@ -/* - * Hero.cpp - * - * Created on: Aug 6, 2012 - * Author: holy - */ - #include "Hero.h" #include "AttackChoice.h" diff --git a/src/battle/Hero.h b/src/battle/Hero.h index 5e86f88..bf02f03 100644 --- a/src/battle/Hero.h +++ b/src/battle/Hero.h @@ -1,10 +1,3 @@ -/* - * Hero.h - * - * Created on: Aug 6, 2012 - * Author: holy - */ - #ifndef BATTLE_HERO_H_ #define BATTLE_HERO_H_ diff --git a/src/battle/HeroTag.cpp b/src/battle/HeroTag.cpp index f94581b..7c8769a 100644 --- a/src/battle/HeroTag.cpp +++ b/src/battle/HeroTag.cpp @@ -1,10 +1,3 @@ -/* - * HeroTag.cpp - * - * Created on: Aug 6, 2012 - * Author: holy - */ - #include "HeroTag.h" #include "AttackChoice.h" diff --git a/src/battle/HeroTag.h b/src/battle/HeroTag.h index 9ce1963..ddade4d 100644 --- a/src/battle/HeroTag.h +++ b/src/battle/HeroTag.h @@ -1,10 +1,3 @@ -/* - * HeroTag.h - * - * Created on: Aug 6, 2012 - * Author: holy - */ - #ifndef BATTLE_HEROTAG_H_ #define BATTLE_HEROTAG_H_ diff --git a/src/battle/Monster.cpp b/src/battle/Monster.cpp index 8ea79e6..0088c79 100644 --- a/src/battle/Monster.cpp +++ b/src/battle/Monster.cpp @@ -1,10 +1,3 @@ -/* - * Monster.cpp - * - * Created on: Aug 3, 2012 - * Author: holy - */ - #include "Monster.h" #include "../common/Stats.h" diff --git a/src/battle/Monster.h b/src/battle/Monster.h index e73f4e8..8d68085 100644 --- a/src/battle/Monster.h +++ b/src/battle/Monster.h @@ -1,10 +1,3 @@ -/* - * Monster.h - * - * Created on: Aug 3, 2012 - * Author: holy - */ - #ifndef BATTLE_MONSTER_H_ #define BATTLE_MONSTER_H_ diff --git a/src/battle/MoveMenu.cpp b/src/battle/MoveMenu.cpp index 849f694..1b49f01 100644 --- a/src/battle/MoveMenu.cpp +++ b/src/battle/MoveMenu.cpp @@ -1,10 +1,3 @@ -/* - * MoveMenu.cpp - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #include "MoveMenu.h" #include "../geometry/Vector.h" diff --git a/src/battle/MoveMenu.h b/src/battle/MoveMenu.h index 63b9d88..2a9ee7c 100644 --- a/src/battle/MoveMenu.h +++ b/src/battle/MoveMenu.h @@ -1,10 +1,3 @@ -/* - * MoveMenu.h - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #ifndef BATTLE_MOVEMENU_H_ #define BATTLE_MOVEMENU_H_ diff --git a/src/battle/NumberAnimation.cpp b/src/battle/NumberAnimation.cpp index fcc707f..166ace6 100644 --- a/src/battle/NumberAnimation.cpp +++ b/src/battle/NumberAnimation.cpp @@ -1,10 +1,3 @@ -/* - * NumberAnimation.cpp - * - * Created on: Aug 12, 2012 - * Author: holy - */ - #include "NumberAnimation.h" #include "../geometry/Vector.h" diff --git a/src/battle/NumberAnimation.h b/src/battle/NumberAnimation.h index c198cd8..16208dd 100644 --- a/src/battle/NumberAnimation.h +++ b/src/battle/NumberAnimation.h @@ -1,10 +1,3 @@ -/* - * NumberAnimation.h - * - * Created on: Aug 12, 2012 - * Author: holy - */ - #ifndef BATTLE_NUMBERANIMATION_H_ #define BATTLE_NUMBERANIMATION_H_ diff --git a/src/battle/PartyLayout.cpp b/src/battle/PartyLayout.cpp index c9451cb..bf8b3e8 100644 --- a/src/battle/PartyLayout.cpp +++ b/src/battle/PartyLayout.cpp @@ -1,10 +1,3 @@ -/* - * PartyLayout.cpp - * - * Created on: Aug 5, 2012 - * Author: holy - */ - #include "PartyLayout.h" #include "../loader/Interpreter.h" diff --git a/src/battle/PartyLayout.h b/src/battle/PartyLayout.h index a50d006..f5cd03d 100644 --- a/src/battle/PartyLayout.h +++ b/src/battle/PartyLayout.h @@ -1,10 +1,3 @@ -/* - * PartyLayout.h - * - * Created on: Aug 5, 2012 - * Author: holy - */ - #ifndef BATTLE_PARTYLAYOUT_H_ #define BATTLE_PARTYLAYOUT_H_ diff --git a/src/battle/Resources.cpp b/src/battle/Resources.cpp index b3bfb76..d50571f 100644 --- a/src/battle/Resources.cpp +++ b/src/battle/Resources.cpp @@ -1,10 +1,3 @@ -/* - * Resources.cpp - * - * Created on: Sep 4, 2012 - * Author: holy - */ - #include "Resources.h" #include "../graphics/Animation.h" diff --git a/src/battle/Resources.h b/src/battle/Resources.h index a33cabf..72f3afb 100644 --- a/src/battle/Resources.h +++ b/src/battle/Resources.h @@ -1,10 +1,3 @@ -/* - * Resources.h - * - * Created on: Aug 8, 2012 - * Author: holy - */ - #ifndef BATTLE_RESOURCES_H_ #define BATTLE_RESOURCES_H_ diff --git a/src/battle/SmallHeroTag.cpp b/src/battle/SmallHeroTag.cpp index a70dbfe..265f230 100644 --- a/src/battle/SmallHeroTag.cpp +++ b/src/battle/SmallHeroTag.cpp @@ -1,10 +1,3 @@ -/* - * SmallHeroTag.cpp - * - * Created on: Aug 11, 2012 - * Author: holy - */ - #include "SmallHeroTag.h" #include "BattleState.h" diff --git a/src/battle/SmallHeroTag.h b/src/battle/SmallHeroTag.h index 62ada00..69a6f5c 100644 --- a/src/battle/SmallHeroTag.h +++ b/src/battle/SmallHeroTag.h @@ -1,10 +1,3 @@ -/* - * SmallHeroTag.h - * - * Created on: Aug 11, 2012 - * Author: holy - */ - #ifndef BATTLE_SMALLHEROTAG_H_ #define BATTLE_SMALLHEROTAG_H_ diff --git a/src/battle/TargetSelection.cpp b/src/battle/TargetSelection.cpp index 8769330..42a88e4 100644 --- a/src/battle/TargetSelection.cpp +++ b/src/battle/TargetSelection.cpp @@ -1,10 +1,3 @@ -/* - * TargetSelection.cpp - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #include "TargetSelection.h" #include "BattleState.h" diff --git a/src/battle/TargetSelection.h b/src/battle/TargetSelection.h index 06d6f44..dc03285 100644 --- a/src/battle/TargetSelection.h +++ b/src/battle/TargetSelection.h @@ -1,10 +1,3 @@ -/* - * TargetSelection.h - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #ifndef BATTLE_TARGETSELECTION_H_ #define BATTLE_TARGETSELECTION_H_ diff --git a/src/battle/fwd.h b/src/battle/fwd.h index c4df5ba..73827d8 100644 --- a/src/battle/fwd.h +++ b/src/battle/fwd.h @@ -1,10 +1,3 @@ -/* - * fwd.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef BATTLE_FWD_H_ #define BATTLE_FWD_H_ diff --git a/src/common/GameConfig.cpp b/src/common/GameConfig.cpp index 6673a32..c743cdf 100644 --- a/src/common/GameConfig.cpp +++ b/src/common/GameConfig.cpp @@ -1,10 +1,3 @@ -/* - * GameConfig.cpp - * - * Created on: Oct 9, 2012 - * Author: holy - */ - #include "GameConfig.h" namespace common { diff --git a/src/common/GameConfig.h b/src/common/GameConfig.h index c13b4ab..4da5ff3 100644 --- a/src/common/GameConfig.h +++ b/src/common/GameConfig.h @@ -1,10 +1,3 @@ -/* - * GameConfig.h - * - * Created on: Oct 9, 2012 - * Author: holy - */ - #ifndef COMMON_GAMECONFIG_H_ #define COMMON_GAMECONFIG_H_ diff --git a/src/common/GameState.cpp b/src/common/GameState.cpp index 480c305..2d9fd3e 100644 --- a/src/common/GameState.cpp +++ b/src/common/GameState.cpp @@ -1,10 +1,3 @@ -/* - * GameState.cpp - * - * Created on: Oct 7, 2012 - * Author: holy - */ - #include "GameState.h" namespace common { diff --git a/src/common/GameState.h b/src/common/GameState.h index 1cd5428..bcaea52 100644 --- a/src/common/GameState.h +++ b/src/common/GameState.h @@ -1,10 +1,3 @@ -/* - * GameState.h - * - * Created on: Oct 7, 2012 - * Author: holy - */ - #ifndef COMMON_GAMESTATE_H_ #define COMMON_GAMESTATE_H_ diff --git a/src/common/Hero.cpp b/src/common/Hero.cpp index 7150af0..dbd5aed 100644 --- a/src/common/Hero.cpp +++ b/src/common/Hero.cpp @@ -1,10 +1,3 @@ -/* - * Hero.cpp - * - * Created on: Oct 7, 2012 - * Author: holy - */ - #include "Hero.h" #include "Item.h" diff --git a/src/common/Hero.h b/src/common/Hero.h index 00924d4..623e2c4 100644 --- a/src/common/Hero.h +++ b/src/common/Hero.h @@ -1,10 +1,3 @@ -/* - * Hero.h - * - * Created on: Oct 7, 2012 - * Author: holy - */ - #ifndef COMMON_HERO_H_ #define COMMON_HERO_H_ diff --git a/src/common/Ikari.cpp b/src/common/Ikari.cpp index e432149..394d171 100644 --- a/src/common/Ikari.cpp +++ b/src/common/Ikari.cpp @@ -1,10 +1,3 @@ -/* - * Ikari.cpp - * - * Created on: Aug 10, 2012 - * Author: holy - */ - #include "Ikari.h" #include "TargetingMode.h" diff --git a/src/common/Ikari.h b/src/common/Ikari.h index 557e77d..201c601 100644 --- a/src/common/Ikari.h +++ b/src/common/Ikari.h @@ -1,10 +1,3 @@ -/* - * Ikari.h - * - * Created on: Aug 10, 2012 - * Author: holy - */ - #ifndef COMMON_IKARI_H_ #define COMMON_IKARI_H_ diff --git a/src/common/Inventory.cpp b/src/common/Inventory.cpp index 275de53..e279ac5 100644 --- a/src/common/Inventory.cpp +++ b/src/common/Inventory.cpp @@ -1,10 +1,3 @@ -/* - * Inventory.cpp - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #include "Inventory.h" #include "Item.h" diff --git a/src/common/Inventory.h b/src/common/Inventory.h index e7c5696..bb8f599 100644 --- a/src/common/Inventory.h +++ b/src/common/Inventory.h @@ -1,10 +1,3 @@ -/* - * Inventory.h - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #ifndef COMMON_INVENTORY_H_ #define COMMON_INVENTORY_H_ diff --git a/src/common/Item.cpp b/src/common/Item.cpp index 955f48c..3eee887 100644 --- a/src/common/Item.cpp +++ b/src/common/Item.cpp @@ -1,10 +1,3 @@ -/* - * Item.cpp - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #include "Item.h" #include "Ikari.h" diff --git a/src/common/Item.h b/src/common/Item.h index df361fe..2fbcbba 100644 --- a/src/common/Item.h +++ b/src/common/Item.h @@ -1,10 +1,3 @@ -/* - * Item.h - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #ifndef COMMON_ITEM_H_ #define COMMON_ITEM_H_ diff --git a/src/common/Script.cpp b/src/common/Script.cpp index 1797c55..05dd819 100644 --- a/src/common/Script.cpp +++ b/src/common/Script.cpp @@ -1,10 +1,3 @@ -/* - * Script.cpp - * - * Created on: Oct 13, 2012 - * Author: holy - */ - #include "Script.h" namespace common { diff --git a/src/common/Script.h b/src/common/Script.h index afbea26..2459edc 100644 --- a/src/common/Script.h +++ b/src/common/Script.h @@ -1,10 +1,3 @@ -/* - * Script.h - * - * Created on: Oct 13, 2012 - * Author: holy - */ - #ifndef COMMON_SCRIPT_H_ #define COMMON_SCRIPT_H_ diff --git a/src/common/ScriptHost.h b/src/common/ScriptHost.h index 5b44b7e..2dd4619 100644 --- a/src/common/ScriptHost.h +++ b/src/common/ScriptHost.h @@ -1,10 +1,3 @@ -/* - * ScriptHost.h - * - * Created on: Oct 13, 2012 - * Author: holy - */ - #ifndef COMMON_SCRIPTHOST_H_ #define COMMON_SCRIPTHOST_H_ diff --git a/src/common/ScriptRunner.cpp b/src/common/ScriptRunner.cpp index c22a76b..8f1ad2a 100644 --- a/src/common/ScriptRunner.cpp +++ b/src/common/ScriptRunner.cpp @@ -1,10 +1,3 @@ -/* - * ScriptRunner.cpp - * - * Created on: Oct 13, 2012 - * Author: holy - */ - #include "ScriptRunner.h" #include "Script.h" diff --git a/src/common/ScriptRunner.h b/src/common/ScriptRunner.h index 879877d..7a8aa2c 100644 --- a/src/common/ScriptRunner.h +++ b/src/common/ScriptRunner.h @@ -1,10 +1,3 @@ -/* - * ScriptRunner.h - * - * Created on: Oct 13, 2012 - * Author: holy - */ - #ifndef COMMON_SCRIPTRUNNER_H_ #define COMMON_SCRIPTRUNNER_H_ diff --git a/src/common/Spell.cpp b/src/common/Spell.cpp index 1b4142b..d776f8b 100644 --- a/src/common/Spell.cpp +++ b/src/common/Spell.cpp @@ -1,10 +1,3 @@ -/* - * Spell.cpp - * - * Created on: Aug 10, 2012 - * Author: holy - */ - #include "Spell.h" #include "TargetingMode.h" diff --git a/src/common/Spell.h b/src/common/Spell.h index f300197..2e2beb5 100644 --- a/src/common/Spell.h +++ b/src/common/Spell.h @@ -1,10 +1,3 @@ -/* - * Spell.h - * - * Created on: Aug 10, 2012 - * Author: holy - */ - #ifndef COMMON_SPELL_H_ #define COMMON_SPELL_H_ diff --git a/src/common/Stats.cpp b/src/common/Stats.cpp index 5a48b66..c15ca1a 100644 --- a/src/common/Stats.cpp +++ b/src/common/Stats.cpp @@ -1,10 +1,3 @@ -/* - * Stats.cpp - * - * Created on: Aug 19, 2012 - * Author: holy - */ - #include "Stats.h" #include "../loader/Interpreter.h" diff --git a/src/common/Stats.h b/src/common/Stats.h index 5210ada..3d81312 100644 --- a/src/common/Stats.h +++ b/src/common/Stats.h @@ -1,10 +1,3 @@ -/* - * Stats.h - * - * Created on: Aug 19, 2012 - * Author: holy - */ - #ifndef COMMON_STATS_H_ #define COMMON_STATS_H_ diff --git a/src/common/TargetingMode.cpp b/src/common/TargetingMode.cpp index 19b41ec..496dbe4 100644 --- a/src/common/TargetingMode.cpp +++ b/src/common/TargetingMode.cpp @@ -1,10 +1,3 @@ -/* - * TargetingMode.cpp - * - * Created on: Sep 9, 2012 - * Author: holy - */ - #include "TargetingMode.h" #include "../loader/Interpreter.h" diff --git a/src/common/TargetingMode.h b/src/common/TargetingMode.h index f6f9e53..504e6ed 100644 --- a/src/common/TargetingMode.h +++ b/src/common/TargetingMode.h @@ -1,10 +1,3 @@ -/* - * TargetingMode.h - * - * Created on: Aug 10, 2012 - * Author: holy - */ - #ifndef COMMON_TARGETINGMODE_H_ #define COMMON_TARGETINGMODE_H_ diff --git a/src/common/fwd.h b/src/common/fwd.h index 3dc6438..5b9be82 100644 --- a/src/common/fwd.h +++ b/src/common/fwd.h @@ -1,10 +1,3 @@ -/* - * fwd.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef COMMON_FWD_H_ #define COMMON_FWD_H_ diff --git a/src/geometry/Vector.h b/src/geometry/Vector.h index c0b22e5..8822b1b 100644 --- a/src/geometry/Vector.h +++ b/src/geometry/Vector.h @@ -1,10 +1,3 @@ -/* - * Vector.h - * - * Created on: Aug 6, 2012 - * Author: holy - */ - #ifndef GEOMETRY_VECTOR_H_ #define GEOMETRY_VECTOR_H_ diff --git a/src/geometry/fwd.h b/src/geometry/fwd.h index e727f65..d8fa4a0 100644 --- a/src/geometry/fwd.h +++ b/src/geometry/fwd.h @@ -1,10 +1,3 @@ -/* - * fwd.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef GEOMERTY_FWD_H_ #define GEOMERTY_FWD_H_ diff --git a/src/graphics/Animation.cpp b/src/graphics/Animation.cpp index 03bef18..d4a17d9 100644 --- a/src/graphics/Animation.cpp +++ b/src/graphics/Animation.cpp @@ -1,10 +1,3 @@ -/* - * Animation.cpp - * - * Created on: Sep 5, 2012 - * Author: holy - */ - #include "Animation.h" #include "Sprite.h" diff --git a/src/graphics/Animation.h b/src/graphics/Animation.h index be92ca1..5033095 100644 --- a/src/graphics/Animation.h +++ b/src/graphics/Animation.h @@ -1,10 +1,3 @@ -/* - * Animation.h - * - * Created on: Aug 11, 2012 - * Author: holy - */ - #ifndef GRAPHICS_ANIMATION_H_ #define GRAPHICS_ANIMATION_H_ diff --git a/src/graphics/Camera.cpp b/src/graphics/Camera.cpp index e882eb1..6039586 100644 --- a/src/graphics/Camera.cpp +++ b/src/graphics/Camera.cpp @@ -1,10 +1,3 @@ -/* - * Camera.cpp - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #include "Camera.h" #include diff --git a/src/graphics/Camera.h b/src/graphics/Camera.h index b35acf9..49d0e46 100644 --- a/src/graphics/Camera.h +++ b/src/graphics/Camera.h @@ -1,10 +1,3 @@ -/* - * Camera.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef GRAPHICS_CAMERA_H_ #define GRAPHICS_CAMERA_H_ diff --git a/src/graphics/Color.h b/src/graphics/Color.h index 42cbc89..a633227 100644 --- a/src/graphics/Color.h +++ b/src/graphics/Color.h @@ -1,10 +1,3 @@ -/* - * Color.h - * - * Created on: Sep 1, 2012 - * Author: holy - */ - #ifndef GRAPHICS_COLOR_H_ #define GRAPHICS_COLOR_H_ diff --git a/src/graphics/ColorFade.cpp b/src/graphics/ColorFade.cpp index 8afd87b..45cd605 100644 --- a/src/graphics/ColorFade.cpp +++ b/src/graphics/ColorFade.cpp @@ -1,10 +1,3 @@ -/* - * ColorFade.cpp - * - * Created on: Oct 7, 2012 - * Author: holy - */ - #include "ColorFade.h" #include "../app/Application.h" diff --git a/src/graphics/ColorFade.h b/src/graphics/ColorFade.h index 079d30e..b3e98bd 100644 --- a/src/graphics/ColorFade.h +++ b/src/graphics/ColorFade.h @@ -1,10 +1,3 @@ -/* - * ColorFade.h - * - * Created on: Oct 7, 2012 - * Author: holy - */ - #ifndef GRAPHICS_COLORFADE_H_ #define GRAPHICS_COLORFADE_H_ diff --git a/src/graphics/ComplexAnimation.cpp b/src/graphics/ComplexAnimation.cpp index b3784dd..f999c4a 100644 --- a/src/graphics/ComplexAnimation.cpp +++ b/src/graphics/ComplexAnimation.cpp @@ -1,10 +1,3 @@ -/* - * ComplexAnimation.cpp - * - * Created on: Sep 5, 2012 - * Author: holy - */ - #include "ComplexAnimation.h" #include "../loader/Interpreter.h" diff --git a/src/graphics/ComplexAnimation.h b/src/graphics/ComplexAnimation.h index 4e2cb32..f4a5db5 100644 --- a/src/graphics/ComplexAnimation.h +++ b/src/graphics/ComplexAnimation.h @@ -1,10 +1,3 @@ -/* - * ComplexAnimation.h - * - * Created on: Aug 12, 2012 - * Author: holy - */ - #ifndef GRAPHICS_COMPLEXANIMATION_H_ #define GRAPHICS_COMPLEXANIMATION_H_ diff --git a/src/graphics/Font.cpp b/src/graphics/Font.cpp index 42772b2..ba5c64d 100644 --- a/src/graphics/Font.cpp +++ b/src/graphics/Font.cpp @@ -1,10 +1,3 @@ -/* - * Font.cpp - * - * Created on: Aug 8, 2012 - * Author: holy - */ - #include "Font.h" #include "../loader/Interpreter.h" diff --git a/src/graphics/Font.h b/src/graphics/Font.h index a5d7b12..c879dce 100644 --- a/src/graphics/Font.h +++ b/src/graphics/Font.h @@ -1,10 +1,3 @@ -/* - * Font.h - * - * Created on: Aug 8, 2012 - * Author: holy - */ - #ifndef GRAPHICS_FONT_H_ #define GRAPHICS_FONT_H_ diff --git a/src/graphics/Frame.cpp b/src/graphics/Frame.cpp index 86b9cd2..dbfd814 100644 --- a/src/graphics/Frame.cpp +++ b/src/graphics/Frame.cpp @@ -1,10 +1,3 @@ -/* - * Frame.cpp - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #include "Frame.h" #include "Texture.h" diff --git a/src/graphics/Frame.h b/src/graphics/Frame.h index defa6b1..62c052d 100644 --- a/src/graphics/Frame.h +++ b/src/graphics/Frame.h @@ -1,10 +1,3 @@ -/* - * Frame.h - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #ifndef GRAPHICS_FRAME_H_ #define GRAPHICS_FRAME_H_ diff --git a/src/graphics/Gauge.cpp b/src/graphics/Gauge.cpp index 6f44173..7e20567 100644 --- a/src/graphics/Gauge.cpp +++ b/src/graphics/Gauge.cpp @@ -1,10 +1,3 @@ -/* - * Gauge.cpp - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #include "Gauge.h" #include "../loader/Interpreter.h" diff --git a/src/graphics/Gauge.h b/src/graphics/Gauge.h index e4750ca..59a7490 100644 --- a/src/graphics/Gauge.h +++ b/src/graphics/Gauge.h @@ -1,10 +1,3 @@ -/* - * Gauge.h - * - * Created on: Aug 7, 2012 - * Author: holy - */ - #ifndef GRAPHICS_GAUGE_H_ #define GRAPHICS_GAUGE_H_ diff --git a/src/graphics/Menu.cpp b/src/graphics/Menu.cpp index 7a1f25d..b1e6af9 100644 --- a/src/graphics/Menu.cpp +++ b/src/graphics/Menu.cpp @@ -1,10 +1,3 @@ -/* - * Menu.cpp - * - * Created on: Sep 9, 2012 - * Author: holy - */ - #include "Menu.h" #include "../loader/Interpreter.h" diff --git a/src/graphics/Menu.h b/src/graphics/Menu.h index 179c457..886e2fd 100644 --- a/src/graphics/Menu.h +++ b/src/graphics/Menu.h @@ -1,10 +1,3 @@ -/* - * Menu.h - * - * Created on: Aug 8, 2012 - * Author: holy - */ - #ifndef GRAPHICS_MENU_H_ #define GRAPHICS_MENU_H_ diff --git a/src/graphics/SimpleAnimation.cpp b/src/graphics/SimpleAnimation.cpp index 9162064..baed341 100644 --- a/src/graphics/SimpleAnimation.cpp +++ b/src/graphics/SimpleAnimation.cpp @@ -1,10 +1,3 @@ -/* - * SimpleAnimation.cpp - * - * Created on: Sep 5, 2012 - * Author: holy - */ - #include "SimpleAnimation.h" #include "../loader/Interpreter.h" diff --git a/src/graphics/SimpleAnimation.h b/src/graphics/SimpleAnimation.h index d5d758f..49eff9a 100644 --- a/src/graphics/SimpleAnimation.h +++ b/src/graphics/SimpleAnimation.h @@ -1,10 +1,3 @@ -/* - * SimpleAnimation.h - * - * Created on: Aug 11, 2012 - * Author: holy - */ - #ifndef GRAPHICS_SIMPLEANIMATION_H_ #define GRAPHICS_SIMPLEANIMATION_H_ diff --git a/src/graphics/Sprite.cpp b/src/graphics/Sprite.cpp index 5b50096..d74bd0d 100644 --- a/src/graphics/Sprite.cpp +++ b/src/graphics/Sprite.cpp @@ -1,10 +1,3 @@ -/* - * Sprite.cpp - * - * Created on: Aug 5, 2012 - * Author: holy - */ - #include "Sprite.h" #include "../loader/Interpreter.h" diff --git a/src/graphics/Sprite.h b/src/graphics/Sprite.h index 0d5a751..6e248ff 100644 --- a/src/graphics/Sprite.h +++ b/src/graphics/Sprite.h @@ -1,10 +1,3 @@ -/* - * Sprite.h - * - * Created on: Aug 5, 2012 - * Author: holy - */ - #ifndef GRAPHICS_SPRITE_H_ #define GRAPHICS_SPRITE_H_ diff --git a/src/graphics/Texture.cpp b/src/graphics/Texture.cpp index 2bb0e97..f4a0385 100644 --- a/src/graphics/Texture.cpp +++ b/src/graphics/Texture.cpp @@ -1,10 +1,3 @@ -/* - * Texture.cpp - * - * Created on: Oct 21, 2012 - * Author: holy - */ - #include "Texture.h" #include "../sdl/utility.h" diff --git a/src/graphics/Texture.h b/src/graphics/Texture.h index ecb516a..ef4256b 100644 --- a/src/graphics/Texture.h +++ b/src/graphics/Texture.h @@ -1,10 +1,3 @@ -/* - * Texture.h - * - * Created on: Oct 21, 2012 - * Author: holy - */ - #ifndef GRAPHICS_TEXTURE_H_ #define GRAPHICS_TEXTURE_H_ diff --git a/src/graphics/fwd.h b/src/graphics/fwd.h index 961890b..f71c02f 100644 --- a/src/graphics/fwd.h +++ b/src/graphics/fwd.h @@ -1,10 +1,3 @@ -/* - * fwd.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef GRAPHICS_FWD_H_ #define GRAPHICS_FWD_H_ diff --git a/src/loader/Caster.cpp b/src/loader/Caster.cpp index 152c8b2..876e128 100644 --- a/src/loader/Caster.cpp +++ b/src/loader/Caster.cpp @@ -1,10 +1,3 @@ -/* - * Caster.cpp - * - * Created on: Sep 19, 2012 - * Author: holy - */ - #include "Caster.h" #include "TypeDescription.h" diff --git a/src/loader/Caster.h b/src/loader/Caster.h index 80e765e..c095cc9 100644 --- a/src/loader/Caster.h +++ b/src/loader/Caster.h @@ -1,10 +1,3 @@ -/* - * Caster.h - * - * Created on: Sep 19, 2012 - * Author: holy - */ - #ifndef LOADER_CASTER_H_ #define LOADER_CASTER_H_ diff --git a/src/loader/Interpreter.cpp b/src/loader/Interpreter.cpp index 4b0f5e0..7dcb41e 100644 --- a/src/loader/Interpreter.cpp +++ b/src/loader/Interpreter.cpp @@ -1,10 +1,3 @@ -/* - * Interpreter.cpp - * - * Created on: Aug 26, 2012 - * Author: holy - */ - #include "Interpreter.h" #include "ParsedSource.h" diff --git a/src/loader/Interpreter.h b/src/loader/Interpreter.h index 8c14d1e..fc1499d 100644 --- a/src/loader/Interpreter.h +++ b/src/loader/Interpreter.h @@ -1,10 +1,3 @@ -/* - * Interpreter.h - * - * Created on: Aug 26, 2012 - * Author: holy - */ - #ifndef LOADER_INTERPRETER_H_ #define LOADER_INTERPRETER_H_ diff --git a/src/loader/PagedAllocator.cpp b/src/loader/PagedAllocator.cpp index 4853a1e..77af8ad 100644 --- a/src/loader/PagedAllocator.cpp +++ b/src/loader/PagedAllocator.cpp @@ -1,10 +1,3 @@ -/* - * PagedAllocator.cpp - * - * Created on: Oct 9, 2012 - * Author: holy - */ - #include "PagedAllocator.h" using std::deque; diff --git a/src/loader/PagedAllocator.h b/src/loader/PagedAllocator.h index 48cda27..5927053 100644 --- a/src/loader/PagedAllocator.h +++ b/src/loader/PagedAllocator.h @@ -1,10 +1,3 @@ -/* - * PagedAllocator.h - * - * Created on: Oct 9, 2012 - * Author: holy - */ - #ifndef LOADER_PAGEDALLOCATOR_H_ #define LOADER_PAGEDALLOCATOR_H_ diff --git a/src/loader/ParsedSource.cpp b/src/loader/ParsedSource.cpp index 8c3d3bd..042dd69 100644 --- a/src/loader/ParsedSource.cpp +++ b/src/loader/ParsedSource.cpp @@ -1,10 +1,3 @@ -/* - * ParsedSource.cpp - * - * Created on: Aug 26, 2012 - * Author: holy - */ - #include "ParsedSource.h" #include "utility.h" diff --git a/src/loader/ParsedSource.h b/src/loader/ParsedSource.h index 6a7a2d4..b0578a7 100644 --- a/src/loader/ParsedSource.h +++ b/src/loader/ParsedSource.h @@ -1,10 +1,3 @@ -/* - * ParsedSource.h - * - * Created on: Aug 26, 2012 - * Author: holy - */ - #ifndef LOADER_PARSEDSOURCE_H_ #define LOADER_PARSEDSOURCE_H_ diff --git a/src/loader/Parser.cpp b/src/loader/Parser.cpp index 9641fad..cba4f31 100644 --- a/src/loader/Parser.cpp +++ b/src/loader/Parser.cpp @@ -1,10 +1,3 @@ -/* - * Parser.cpp - * - * Created on: Aug 26, 2012 - * Author: holy - */ - #include "Parser.h" #include "utility.h" diff --git a/src/loader/Parser.h b/src/loader/Parser.h index 963c377..75cd5fe 100644 --- a/src/loader/Parser.h +++ b/src/loader/Parser.h @@ -1,10 +1,3 @@ -/* - * Parser.h - * - * Created on: Aug 26, 2012 - * Author: holy - */ - #ifndef LOADER_PARSER_H_ #define LOADER_PARSER_H_ diff --git a/src/loader/Tokenizer.cpp b/src/loader/Tokenizer.cpp index 91ad8b9..4a8138c 100644 --- a/src/loader/Tokenizer.cpp +++ b/src/loader/Tokenizer.cpp @@ -1,10 +1,3 @@ -/* - * Tokenizer.cpp - * - * Created on: Aug 26, 2012 - * Author: holy - */ - #include "Tokenizer.h" #include diff --git a/src/loader/Tokenizer.h b/src/loader/Tokenizer.h index 864f9d2..06103b7 100644 --- a/src/loader/Tokenizer.h +++ b/src/loader/Tokenizer.h @@ -1,10 +1,3 @@ -/* - * Tokenizer.h - * - * Created on: Aug 26, 2012 - * Author: holy - */ - #ifndef LOADER_TOKENIZER_H_ #define LOADER_TOKENIZER_H_ diff --git a/src/loader/TypeDescription.cpp b/src/loader/TypeDescription.cpp index f7c849b..c6e5d7e 100644 --- a/src/loader/TypeDescription.cpp +++ b/src/loader/TypeDescription.cpp @@ -1,10 +1,3 @@ -/* - * TypeDescription.cpp - * - * Created on: Sep 4, 2012 - * Author: holy - */ - #include "TypeDescription.h" #include diff --git a/src/loader/TypeDescription.h b/src/loader/TypeDescription.h index 0f530d8..cc00662 100644 --- a/src/loader/TypeDescription.h +++ b/src/loader/TypeDescription.h @@ -1,10 +1,3 @@ -/* - * TypeDescription.h - * - * Created on: Sep 4, 2012 - * Author: holy - */ - #ifndef LOADER_TYPEDESCRIPTION_H_ #define LOADER_TYPEDESCRIPTION_H_ diff --git a/src/loader/fwd.h b/src/loader/fwd.h index b8b8458..2b51911 100644 --- a/src/loader/fwd.h +++ b/src/loader/fwd.h @@ -1,10 +1,3 @@ -/* - * fwd.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef LOADER_FWD_H_ #define LOADER_FWD_H_ diff --git a/src/loader/utility.cpp b/src/loader/utility.cpp index 6d33667..214c676 100644 --- a/src/loader/utility.cpp +++ b/src/loader/utility.cpp @@ -1,10 +1,3 @@ -/* - * utility.cpp - * - * Created on: Sep 1, 2012 - * Author: holy - */ - #include "utility.h" #include diff --git a/src/loader/utility.h b/src/loader/utility.h index b8ccd10..9466dc5 100644 --- a/src/loader/utility.h +++ b/src/loader/utility.h @@ -1,10 +1,3 @@ -/* - * utility.h - * - * Created on: Sep 1, 2012 - * Author: holy - */ - #ifndef LOADER_UTILITY_H_ #define LOADER_UTILITY_H_ diff --git a/src/main.cpp b/src/main.cpp index f310399..0e12f5b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,10 +1,3 @@ -/* - * main.cpp - * - * Created on: Aug 1, 2012 - * Author: holy - */ - #include "app/Application.h" #include "app/Arguments.h" #include "app/Input.h" diff --git a/src/map/Area.cpp b/src/map/Area.cpp index b6d02f6..a64dab2 100644 --- a/src/map/Area.cpp +++ b/src/map/Area.cpp @@ -1,10 +1,3 @@ -/* - * Area.cpp - * - * Created on: Sep 26, 2012 - * Author: holy - */ - #include "Area.h" #include "Tile.h" diff --git a/src/map/Area.h b/src/map/Area.h index d839e96..5ea3587 100644 --- a/src/map/Area.h +++ b/src/map/Area.h @@ -1,10 +1,3 @@ -/* - * Area.h - * - * Created on: Sep 26, 2012 - * Author: holy - */ - #ifndef MAP_AREA_H_ #define MAP_AREA_H_ diff --git a/src/map/Entity.cpp b/src/map/Entity.cpp index b9261a2..c2a826b 100644 --- a/src/map/Entity.cpp +++ b/src/map/Entity.cpp @@ -1,10 +1,3 @@ -/* - * Entity.cpp - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #include "Entity.h" #include "../battle/Monster.h" diff --git a/src/map/Entity.h b/src/map/Entity.h index 8832fca..a6c4201 100644 --- a/src/map/Entity.h +++ b/src/map/Entity.h @@ -1,10 +1,3 @@ -/* - * Entity.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef MAP_ENTITY_H_ #define MAP_ENTITY_H_ diff --git a/src/map/Map.cpp b/src/map/Map.cpp index 8ff7f18..aeec93c 100644 --- a/src/map/Map.cpp +++ b/src/map/Map.cpp @@ -1,10 +1,3 @@ -/* - * Map.cpp - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #include "Map.h" #include "Area.h" diff --git a/src/map/Map.h b/src/map/Map.h index fbc98f3..06caadf 100644 --- a/src/map/Map.h +++ b/src/map/Map.h @@ -1,10 +1,3 @@ -/* - * Map.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef MAP_MAP_H_ #define MAP_MAP_H_ diff --git a/src/map/MapState.cpp b/src/map/MapState.cpp index af15630..7b0905d 100644 --- a/src/map/MapState.cpp +++ b/src/map/MapState.cpp @@ -1,10 +1,3 @@ -/* - * MapState.cpp - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #include "MapState.h" #include "Map.h" diff --git a/src/map/MapState.h b/src/map/MapState.h index 136e1b0..af66d24 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -1,10 +1,3 @@ -/* - * MapState.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef MAP_MAPSTATE_H_ #define MAP_MAPSTATE_H_ diff --git a/src/map/Tile.cpp b/src/map/Tile.cpp index 9f75d22..d621747 100644 --- a/src/map/Tile.cpp +++ b/src/map/Tile.cpp @@ -1,10 +1,3 @@ -/* - * Tile.cpp - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #include "Tile.h" #include "../loader/Interpreter.h" diff --git a/src/map/Tile.h b/src/map/Tile.h index 43f9dbb..84c740a 100644 --- a/src/map/Tile.h +++ b/src/map/Tile.h @@ -1,10 +1,3 @@ -/* - * Tile.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef MAP_TILE_H_ #define MAP_TILE_H_ diff --git a/src/map/TransitionState.cpp b/src/map/TransitionState.cpp index 4490f83..dd1dbc5 100644 --- a/src/map/TransitionState.cpp +++ b/src/map/TransitionState.cpp @@ -1,10 +1,3 @@ -/* - * TransitionState.cpp - * - * Created on: Oct 7, 2012 - * Author: holy - */ - #include "TransitionState.h" #include "MapState.h" diff --git a/src/map/TransitionState.h b/src/map/TransitionState.h index 1790d71..761be8b 100644 --- a/src/map/TransitionState.h +++ b/src/map/TransitionState.h @@ -1,10 +1,3 @@ -/* - * TransitionState.h - * - * Created on: Oct 7, 2012 - * Author: holy - */ - #ifndef MAP_TRANSITIONSTATE_H_ #define MAP_TRANSITIONSTATE_H_ diff --git a/src/map/Trigger.cpp b/src/map/Trigger.cpp index bc8f163..7a279a8 100644 --- a/src/map/Trigger.cpp +++ b/src/map/Trigger.cpp @@ -1,10 +1,3 @@ -/* - * Trigger.cpp - * - * Created on: Oct 3, 2012 - * Author: holy - */ - #include "Trigger.h" #include "../loader/Interpreter.h" diff --git a/src/map/Trigger.h b/src/map/Trigger.h index d1b915e..7824858 100644 --- a/src/map/Trigger.h +++ b/src/map/Trigger.h @@ -1,10 +1,3 @@ -/* - * Trigger.h - * - * Created on: Oct 3, 2012 - * Author: holy - */ - #ifndef MAP_TRIGGER_H_ #define MAP_TRIGGER_H_ diff --git a/src/map/fwd.h b/src/map/fwd.h index 464bb6f..dab2dc5 100644 --- a/src/map/fwd.h +++ b/src/map/fwd.h @@ -1,10 +1,3 @@ -/* - * fwd.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef MAP_FWD_H_ #define MAP_FWD_H_ diff --git a/src/menu/ChangeHero.cpp b/src/menu/ChangeHero.cpp index f1d871d..7cd9b08 100644 --- a/src/menu/ChangeHero.cpp +++ b/src/menu/ChangeHero.cpp @@ -1,10 +1,3 @@ -/* - * ChangeHero.cpp - * - * Created on: Nov 4, 2012 - * Author: holy - */ - #include "ChangeHero.h" #include "HeroStatus.h" diff --git a/src/menu/ChangeHero.h b/src/menu/ChangeHero.h index 6bb5f31..4b80694 100644 --- a/src/menu/ChangeHero.h +++ b/src/menu/ChangeHero.h @@ -1,10 +1,3 @@ -/* - * ChangeHero.h - * - * Created on: Nov 4, 2012 - * Author: holy - */ - #ifndef MENU_CHANGEHERO_H_ #define MENU_CHANGEHERO_H_ diff --git a/src/menu/ConfigMenu.cpp b/src/menu/ConfigMenu.cpp index b5a2b7d..9c903eb 100644 --- a/src/menu/ConfigMenu.cpp +++ b/src/menu/ConfigMenu.cpp @@ -1,10 +1,3 @@ -/* - * ConfigMenu.cpp - * - * Created on: Nov 29, 2012 - * Author: holy - */ - #include "ConfigMenu.h" #include "PartyMenu.h" diff --git a/src/menu/ConfigMenu.h b/src/menu/ConfigMenu.h index 8bb81f4..f7dda53 100644 --- a/src/menu/ConfigMenu.h +++ b/src/menu/ConfigMenu.h @@ -1,10 +1,3 @@ -/* - * ConfigMenu.h - * - * Created on: Nov 29, 2012 - * Author: holy - */ - #ifndef MENU_CONFIGMENU_H_ #define MENU_CONFIGMENU_H_ diff --git a/src/menu/EquipMenu.cpp b/src/menu/EquipMenu.cpp index b917c9a..86e8cdb 100644 --- a/src/menu/EquipMenu.cpp +++ b/src/menu/EquipMenu.cpp @@ -1,10 +1,3 @@ -/* - * EquipMenu.cpp - * - * Created on: Nov 18, 2012 - * Author: holy - */ - #include "EquipMenu.h" #include "HeroStatus.h" diff --git a/src/menu/EquipMenu.h b/src/menu/EquipMenu.h index f8e9e78..5c2cc9b 100644 --- a/src/menu/EquipMenu.h +++ b/src/menu/EquipMenu.h @@ -1,10 +1,3 @@ -/* - * EquipMenu.h - * - * Created on: Nov 18, 2012 - * Author: holy - */ - #ifndef MENU_EQUIPMENU_H_ #define MENU_EQUIPMENU_H_ diff --git a/src/menu/HeroStatus.cpp b/src/menu/HeroStatus.cpp index 5bc0c3b..30091cb 100644 --- a/src/menu/HeroStatus.cpp +++ b/src/menu/HeroStatus.cpp @@ -1,10 +1,3 @@ -/* - * HeroStatus.cpp - * - * Created on: Oct 21, 2012 - * Author: holy - */ - #include "HeroStatus.h" #include "Resources.h" diff --git a/src/menu/HeroStatus.h b/src/menu/HeroStatus.h index 27c048e..03c7811 100644 --- a/src/menu/HeroStatus.h +++ b/src/menu/HeroStatus.h @@ -1,10 +1,3 @@ -/* - * HeroStatus.h - * - * Created on: Oct 21, 2012 - * Author: holy - */ - #ifndef MENU_HEROSTATUS_H_ #define MENU_HEROSTATUS_H_ diff --git a/src/menu/InventoryMenu.cpp b/src/menu/InventoryMenu.cpp index 437cd9c..eb74ab8 100644 --- a/src/menu/InventoryMenu.cpp +++ b/src/menu/InventoryMenu.cpp @@ -1,10 +1,3 @@ -/* - * InventoryMenu.cpp - * - * Created on: Nov 4, 2012 - * Author: holy - */ - #include "InventoryMenu.h" #include "PartyMenu.h" diff --git a/src/menu/InventoryMenu.h b/src/menu/InventoryMenu.h index c1d458b..e0cb6fe 100644 --- a/src/menu/InventoryMenu.h +++ b/src/menu/InventoryMenu.h @@ -1,10 +1,3 @@ -/* - * InventoryMenu.h - * - * Created on: Nov 4, 2012 - * Author: holy - */ - #ifndef MENU_INVENTORYMENU_H_ #define MENU_INVENTORYMENU_H_ diff --git a/src/menu/PartyMenu.cpp b/src/menu/PartyMenu.cpp index 619d7e1..20a2a8e 100644 --- a/src/menu/PartyMenu.cpp +++ b/src/menu/PartyMenu.cpp @@ -1,10 +1,3 @@ -/* - * PartyMenu.cpp - * - * Created on: Oct 21, 2012 - * Author: holy - */ - #include "PartyMenu.h" #include "ChangeHero.h" diff --git a/src/menu/PartyMenu.h b/src/menu/PartyMenu.h index f915d30..08ffa38 100644 --- a/src/menu/PartyMenu.h +++ b/src/menu/PartyMenu.h @@ -1,10 +1,3 @@ -/* - * PartyMenu.h - * - * Created on: Oct 21, 2012 - * Author: holy - */ - #ifndef MENU_PARTYMENU_H_ #define MENU_PARTYMENU_H_ diff --git a/src/menu/Resources.cpp b/src/menu/Resources.cpp index 38cf6f8..5020b9c 100644 --- a/src/menu/Resources.cpp +++ b/src/menu/Resources.cpp @@ -1,10 +1,3 @@ -/* - * Resources.cpp - * - * Created on: Oct 21, 2012 - * Author: holy - */ - #include "Resources.h" namespace menu { diff --git a/src/menu/Resources.h b/src/menu/Resources.h index 62b825d..ec1fdf4 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -1,10 +1,3 @@ -/* - * Resources.h - * - * Created on: Oct 21, 2012 - * Author: holy - */ - #ifndef MENU_RESOURCES_H_ #define MENU_RESOURCES_H_ diff --git a/src/menu/ScenarioMenu.cpp b/src/menu/ScenarioMenu.cpp index a2aca87..9896d86 100644 --- a/src/menu/ScenarioMenu.cpp +++ b/src/menu/ScenarioMenu.cpp @@ -1,10 +1,3 @@ -/* - * ScenarioMenu.cpp - * - * Created on: Nov 30, 2012 - * Author: holy - */ - #include "ScenarioMenu.h" #include "PartyMenu.h" diff --git a/src/menu/ScenarioMenu.h b/src/menu/ScenarioMenu.h index bcc2bbc..23cb514 100644 --- a/src/menu/ScenarioMenu.h +++ b/src/menu/ScenarioMenu.h @@ -1,10 +1,3 @@ -/* - * ScenarioMenu.h - * - * Created on: Nov 30, 2012 - * Author: holy - */ - #ifndef MENU_SCENARIOMENU_H_ #define MENU_SCENARIOMENU_H_ diff --git a/src/menu/SelectHero.cpp b/src/menu/SelectHero.cpp index 12690db..a46333a 100644 --- a/src/menu/SelectHero.cpp +++ b/src/menu/SelectHero.cpp @@ -1,10 +1,3 @@ -/* - * SelectHero.cpp - * - * Created on: Oct 22, 2012 - * Author: holy - */ - #include "SelectHero.h" #include "HeroStatus.h" diff --git a/src/menu/SelectHero.h b/src/menu/SelectHero.h index 5e67152..7789190 100644 --- a/src/menu/SelectHero.h +++ b/src/menu/SelectHero.h @@ -1,10 +1,3 @@ -/* - * SelectHero.h - * - * Created on: Oct 22, 2012 - * Author: holy - */ - #ifndef MENU_SELECTHERO_H_ #define MENU_SELECTHERO_H_ diff --git a/src/menu/SpellMenu.cpp b/src/menu/SpellMenu.cpp index 57989ed..b42a39a 100644 --- a/src/menu/SpellMenu.cpp +++ b/src/menu/SpellMenu.cpp @@ -1,10 +1,3 @@ -/* - * SpellMenu.cpp - * - * Created on: Nov 18, 2012 - * Author: holy - */ - #include "SpellMenu.h" #include "HeroStatus.h" diff --git a/src/menu/SpellMenu.h b/src/menu/SpellMenu.h index d289794..6cef923 100644 --- a/src/menu/SpellMenu.h +++ b/src/menu/SpellMenu.h @@ -1,10 +1,3 @@ -/* - * SpellMenu.h - * - * Created on: Nov 18, 2012 - * Author: holy - */ - #ifndef MENU_SPELLMENU_H_ #define MENU_SPELLMENU_H_ diff --git a/src/menu/StatusMenu.cpp b/src/menu/StatusMenu.cpp index be67743..55ba56e 100644 --- a/src/menu/StatusMenu.cpp +++ b/src/menu/StatusMenu.cpp @@ -1,10 +1,3 @@ -/* - * StatusMenu.cpp - * - * Created on: Oct 22, 2012 - * Author: holy - */ - #include "StatusMenu.h" #include "HeroStatus.h" diff --git a/src/menu/StatusMenu.h b/src/menu/StatusMenu.h index 5f6f986..08d2e0b 100644 --- a/src/menu/StatusMenu.h +++ b/src/menu/StatusMenu.h @@ -1,10 +1,3 @@ -/* - * StatusMenu.h - * - * Created on: Oct 22, 2012 - * Author: holy - */ - #ifndef MENU_STATUSMENU_H_ #define MENU_STATUSMENU_H_ diff --git a/src/menu/fwd.h b/src/menu/fwd.h index b4b96e5..466e34b 100644 --- a/src/menu/fwd.h +++ b/src/menu/fwd.h @@ -1,10 +1,3 @@ -/* - * fwd.h - * - * Created on: Oct 21, 2012 - * Author: holy - */ - #ifndef MENU_FWD_H_ #define MENU_FWD_H_ diff --git a/src/sdl/InitImage.cpp b/src/sdl/InitImage.cpp index 2c7dfcd..5a4eb52 100644 --- a/src/sdl/InitImage.cpp +++ b/src/sdl/InitImage.cpp @@ -1,10 +1,3 @@ -/* - * InitImage.cpp - * - * Created on: Aug 6, 2012 - * Author: holy - */ - #include "InitImage.h" #include diff --git a/src/sdl/InitImage.h b/src/sdl/InitImage.h index 425b7fe..21136d4 100644 --- a/src/sdl/InitImage.h +++ b/src/sdl/InitImage.h @@ -1,10 +1,3 @@ -/* - * InitImage.h - * - * Created on: Aug 6, 2012 - * Author: holy - */ - #ifndef SDL_INITIMAGE_H_ #define SDL_INITIMAGE_H_ diff --git a/src/sdl/InitSDL.cpp b/src/sdl/InitSDL.cpp index 0f2eacd..e9654db 100644 --- a/src/sdl/InitSDL.cpp +++ b/src/sdl/InitSDL.cpp @@ -1,10 +1,3 @@ -/* - * InitSDL.cpp - * - * Created on: Apr 22, 2012 - * Author: holy - */ - #include "InitSDL.h" #include diff --git a/src/sdl/InitSDL.h b/src/sdl/InitSDL.h index 631b8c9..f969485 100644 --- a/src/sdl/InitSDL.h +++ b/src/sdl/InitSDL.h @@ -1,10 +1,3 @@ -/* - * InitSDL.h - * - * Created on: Apr 22, 2012 - * Author: holy - */ - #ifndef SDL_INITSDL_H_ #define SDL_INITSDL_H_ diff --git a/src/sdl/InitScreen.cpp b/src/sdl/InitScreen.cpp index 13fb6b6..e8f19b7 100644 --- a/src/sdl/InitScreen.cpp +++ b/src/sdl/InitScreen.cpp @@ -1,10 +1,3 @@ -/* - * InitScreen.cpp - * - * Created on: Apr 22, 2012 - * Author: holy - */ - #include "InitScreen.h" #include diff --git a/src/sdl/InitScreen.h b/src/sdl/InitScreen.h index dd5e245..3a71d44 100644 --- a/src/sdl/InitScreen.h +++ b/src/sdl/InitScreen.h @@ -1,10 +1,3 @@ -/* - * InitScreen.h - * - * Created on: Apr 22, 2012 - * Author: holy - */ - #ifndef SDL_INITSCREEN_H_ #define SDL_INITSCREEN_H_ diff --git a/src/sdl/utility.cpp b/src/sdl/utility.cpp index 101c3ee..94eb625 100644 --- a/src/sdl/utility.cpp +++ b/src/sdl/utility.cpp @@ -1,10 +1,3 @@ -/* - * utility.cpp - * - * Created on: Oct 6, 2012 - * Author: holy - */ - #include "utility.h" #include diff --git a/src/sdl/utility.h b/src/sdl/utility.h index d63c78f..40867dd 100644 --- a/src/sdl/utility.h +++ b/src/sdl/utility.h @@ -1,10 +1,3 @@ -/* - * utility.h - * - * Created on: Oct 6, 2012 - * Author: holy - */ - #ifndef SDL_UTILITY_H_ #define SDL_UTILITY_H_