-/*
- * Application.cpp
- *
- * Created on: Apr 8, 2012
- * Author: holy
- */
-
#include "Application.h"
#include "State.h"
-/*
- * Application.h
- *
- * Created on: Apr 8, 2012
- * Author: holy
- */
-
#ifndef APP_APPLICATION_H_
#define APP_APPLICATION_H_
-/*
- * Arguments.cpp
- *
- * Created on: Sep 15, 2012
- * Author: holy
- */
-
#include "Arguments.h"
#include <stdexcept>
-/*
- * Arguments.h
- *
- * Created on: Sep 15, 2012
- * Author: holy
- */
-
#ifndef APP_ARGUMENTS_H_
#define APP_ARGUMENTS_H_
-/*
- * Input.cpp
- *
- * Created on: Aug 6, 2012
- * Author: holy
- */
-
#include "Input.h"
using std::map;
-/*
- * Input.h
- *
- * Created on: Aug 6, 2012
- * Author: holy
- */
-
#ifndef APP_INPUT_H_
#define APP_INPUT_H_
-/*
- * State.cpp
- *
- * Created on: Oct 17, 2012
- * Author: holy
- */
-
#include "State.h"
#include <stdexcept>
-/*
- * State.h
- *
- * Created on: Apr 8, 2012
- * Author: holy
- */
-
#ifndef APP_APPLICATIONSTATE_H_
#define APP_APPLICATIONSTATE_H_
-/*
- * Timer.h
- *
- * Created on: Aug 10, 2012
- * Author: holy
- */
-
#ifndef APP_TIMER_H_
#define APP_TIMER_H_
-/*
- * fwd.h
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#ifndef APP_FWD_H_
#define APP_FWD_H_
-/*
- * AttackChoice.cpp
- *
- * Created on: Aug 7, 2012
- * Author: holy
- */
-
#include "AttackChoice.h"
namespace battle {
-/*
- * AttackChoice.h
- *
- * Created on: Aug 7, 2012
- * Author: holy
- */
-
#ifndef BATTLE_ATTACKCHOICE_H_
#define BATTLE_ATTACKCHOICE_H_
-/*
- * AttackTypeMenu.cpp
- *
- * Created on: Aug 6, 2012
- * Author: holy
- */
-
#include "AttackTypeMenu.h"
#include "../geometry/Vector.h"
-/*
- * AttackTypeMenu.h
- *
- * Created on: Aug 6, 2012
- * Author: holy
- */
-
#ifndef BATTLE_ATTACKTYPEMENU_H_
#define BATTLE_ATTACKTYPEMENU_H_
-/*
- * BattleState.cpp
- *
- * Created on: Aug 5, 2012
- * Author: holy
- */
-
#include "BattleState.h"
#include "PartyLayout.h"
-/*
- * BattleState.h
- *
- * Created on: Aug 5, 2012
- * Author: holy
- */
-
#ifndef BATTLE_BATTLESTATE_H_
#define BATTLE_BATTLESTATE_H_
-/*
- * Hero.cpp
- *
- * Created on: Aug 6, 2012
- * Author: holy
- */
-
#include "Hero.h"
#include "AttackChoice.h"
-/*
- * Hero.h
- *
- * Created on: Aug 6, 2012
- * Author: holy
- */
-
#ifndef BATTLE_HERO_H_
#define BATTLE_HERO_H_
-/*
- * HeroTag.cpp
- *
- * Created on: Aug 6, 2012
- * Author: holy
- */
-
#include "HeroTag.h"
#include "AttackChoice.h"
-/*
- * HeroTag.h
- *
- * Created on: Aug 6, 2012
- * Author: holy
- */
-
#ifndef BATTLE_HEROTAG_H_
#define BATTLE_HEROTAG_H_
-/*
- * Monster.cpp
- *
- * Created on: Aug 3, 2012
- * Author: holy
- */
-
#include "Monster.h"
#include "../common/Stats.h"
-/*
- * Monster.h
- *
- * Created on: Aug 3, 2012
- * Author: holy
- */
-
#ifndef BATTLE_MONSTER_H_
#define BATTLE_MONSTER_H_
-/*
- * MoveMenu.cpp
- *
- * Created on: Aug 7, 2012
- * Author: holy
- */
-
#include "MoveMenu.h"
#include "../geometry/Vector.h"
-/*
- * MoveMenu.h
- *
- * Created on: Aug 7, 2012
- * Author: holy
- */
-
#ifndef BATTLE_MOVEMENU_H_
#define BATTLE_MOVEMENU_H_
-/*
- * NumberAnimation.cpp
- *
- * Created on: Aug 12, 2012
- * Author: holy
- */
-
#include "NumberAnimation.h"
#include "../geometry/Vector.h"
-/*
- * NumberAnimation.h
- *
- * Created on: Aug 12, 2012
- * Author: holy
- */
-
#ifndef BATTLE_NUMBERANIMATION_H_
#define BATTLE_NUMBERANIMATION_H_
-/*
- * PartyLayout.cpp
- *
- * Created on: Aug 5, 2012
- * Author: holy
- */
-
#include "PartyLayout.h"
#include "../loader/Interpreter.h"
-/*
- * PartyLayout.h
- *
- * Created on: Aug 5, 2012
- * Author: holy
- */
-
#ifndef BATTLE_PARTYLAYOUT_H_
#define BATTLE_PARTYLAYOUT_H_
-/*
- * Resources.cpp
- *
- * Created on: Sep 4, 2012
- * Author: holy
- */
-
#include "Resources.h"
#include "../graphics/Animation.h"
-/*
- * Resources.h
- *
- * Created on: Aug 8, 2012
- * Author: holy
- */
-
#ifndef BATTLE_RESOURCES_H_
#define BATTLE_RESOURCES_H_
-/*
- * SmallHeroTag.cpp
- *
- * Created on: Aug 11, 2012
- * Author: holy
- */
-
#include "SmallHeroTag.h"
#include "BattleState.h"
-/*
- * SmallHeroTag.h
- *
- * Created on: Aug 11, 2012
- * Author: holy
- */
-
#ifndef BATTLE_SMALLHEROTAG_H_
#define BATTLE_SMALLHEROTAG_H_
-/*
- * TargetSelection.cpp
- *
- * Created on: Aug 9, 2012
- * Author: holy
- */
-
#include "TargetSelection.h"
#include "BattleState.h"
-/*
- * TargetSelection.h
- *
- * Created on: Aug 9, 2012
- * Author: holy
- */
-
#ifndef BATTLE_TARGETSELECTION_H_
#define BATTLE_TARGETSELECTION_H_
-/*
- * fwd.h
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#ifndef BATTLE_FWD_H_
#define BATTLE_FWD_H_
-/*
- * GameConfig.cpp
- *
- * Created on: Oct 9, 2012
- * Author: holy
- */
-
#include "GameConfig.h"
namespace common {
-/*
- * GameConfig.h
- *
- * Created on: Oct 9, 2012
- * Author: holy
- */
-
#ifndef COMMON_GAMECONFIG_H_
#define COMMON_GAMECONFIG_H_
-/*
- * GameState.cpp
- *
- * Created on: Oct 7, 2012
- * Author: holy
- */
-
#include "GameState.h"
namespace common {
-/*
- * GameState.h
- *
- * Created on: Oct 7, 2012
- * Author: holy
- */
-
#ifndef COMMON_GAMESTATE_H_
#define COMMON_GAMESTATE_H_
-/*
- * Hero.cpp
- *
- * Created on: Oct 7, 2012
- * Author: holy
- */
-
#include "Hero.h"
#include "Item.h"
-/*
- * Hero.h
- *
- * Created on: Oct 7, 2012
- * Author: holy
- */
-
#ifndef COMMON_HERO_H_
#define COMMON_HERO_H_
-/*
- * Ikari.cpp
- *
- * Created on: Aug 10, 2012
- * Author: holy
- */
-
#include "Ikari.h"
#include "TargetingMode.h"
-/*
- * Ikari.h
- *
- * Created on: Aug 10, 2012
- * Author: holy
- */
-
#ifndef COMMON_IKARI_H_
#define COMMON_IKARI_H_
-/*
- * Inventory.cpp
- *
- * Created on: Aug 9, 2012
- * Author: holy
- */
-
#include "Inventory.h"
#include "Item.h"
-/*
- * Inventory.h
- *
- * Created on: Aug 9, 2012
- * Author: holy
- */
-
#ifndef COMMON_INVENTORY_H_
#define COMMON_INVENTORY_H_
-/*
- * Item.cpp
- *
- * Created on: Aug 9, 2012
- * Author: holy
- */
-
#include "Item.h"
#include "Ikari.h"
-/*
- * Item.h
- *
- * Created on: Aug 9, 2012
- * Author: holy
- */
-
#ifndef COMMON_ITEM_H_
#define COMMON_ITEM_H_
-/*
- * Script.cpp
- *
- * Created on: Oct 13, 2012
- * Author: holy
- */
-
#include "Script.h"
namespace common {
-/*
- * Script.h
- *
- * Created on: Oct 13, 2012
- * Author: holy
- */
-
#ifndef COMMON_SCRIPT_H_
#define COMMON_SCRIPT_H_
-/*
- * ScriptHost.h
- *
- * Created on: Oct 13, 2012
- * Author: holy
- */
-
#ifndef COMMON_SCRIPTHOST_H_
#define COMMON_SCRIPTHOST_H_
-/*
- * ScriptRunner.cpp
- *
- * Created on: Oct 13, 2012
- * Author: holy
- */
-
#include "ScriptRunner.h"
#include "Script.h"
-/*
- * ScriptRunner.h
- *
- * Created on: Oct 13, 2012
- * Author: holy
- */
-
#ifndef COMMON_SCRIPTRUNNER_H_
#define COMMON_SCRIPTRUNNER_H_
-/*
- * Spell.cpp
- *
- * Created on: Aug 10, 2012
- * Author: holy
- */
-
#include "Spell.h"
#include "TargetingMode.h"
-/*
- * Spell.h
- *
- * Created on: Aug 10, 2012
- * Author: holy
- */
-
#ifndef COMMON_SPELL_H_
#define COMMON_SPELL_H_
-/*
- * Stats.cpp
- *
- * Created on: Aug 19, 2012
- * Author: holy
- */
-
#include "Stats.h"
#include "../loader/Interpreter.h"
-/*
- * Stats.h
- *
- * Created on: Aug 19, 2012
- * Author: holy
- */
-
#ifndef COMMON_STATS_H_
#define COMMON_STATS_H_
-/*
- * TargetingMode.cpp
- *
- * Created on: Sep 9, 2012
- * Author: holy
- */
-
#include "TargetingMode.h"
#include "../loader/Interpreter.h"
-/*
- * TargetingMode.h
- *
- * Created on: Aug 10, 2012
- * Author: holy
- */
-
#ifndef COMMON_TARGETINGMODE_H_
#define COMMON_TARGETINGMODE_H_
-/*
- * fwd.h
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#ifndef COMMON_FWD_H_
#define COMMON_FWD_H_
-/*
- * Vector.h
- *
- * Created on: Aug 6, 2012
- * Author: holy
- */
-
#ifndef GEOMETRY_VECTOR_H_
#define GEOMETRY_VECTOR_H_
-/*
- * fwd.h
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#ifndef GEOMERTY_FWD_H_
#define GEOMERTY_FWD_H_
-/*
- * Animation.cpp
- *
- * Created on: Sep 5, 2012
- * Author: holy
- */
-
#include "Animation.h"
#include "Sprite.h"
-/*
- * Animation.h
- *
- * Created on: Aug 11, 2012
- * Author: holy
- */
-
#ifndef GRAPHICS_ANIMATION_H_
#define GRAPHICS_ANIMATION_H_
-/*
- * Camera.cpp
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#include "Camera.h"
#include <cassert>
-/*
- * Camera.h
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#ifndef GRAPHICS_CAMERA_H_
#define GRAPHICS_CAMERA_H_
-/*
- * Color.h
- *
- * Created on: Sep 1, 2012
- * Author: holy
- */
-
#ifndef GRAPHICS_COLOR_H_
#define GRAPHICS_COLOR_H_
-/*
- * ColorFade.cpp
- *
- * Created on: Oct 7, 2012
- * Author: holy
- */
-
#include "ColorFade.h"
#include "../app/Application.h"
-/*
- * ColorFade.h
- *
- * Created on: Oct 7, 2012
- * Author: holy
- */
-
#ifndef GRAPHICS_COLORFADE_H_
#define GRAPHICS_COLORFADE_H_
-/*
- * ComplexAnimation.cpp
- *
- * Created on: Sep 5, 2012
- * Author: holy
- */
-
#include "ComplexAnimation.h"
#include "../loader/Interpreter.h"
-/*
- * ComplexAnimation.h
- *
- * Created on: Aug 12, 2012
- * Author: holy
- */
-
#ifndef GRAPHICS_COMPLEXANIMATION_H_
#define GRAPHICS_COMPLEXANIMATION_H_
-/*
- * Font.cpp
- *
- * Created on: Aug 8, 2012
- * Author: holy
- */
-
#include "Font.h"
#include "../loader/Interpreter.h"
-/*
- * Font.h
- *
- * Created on: Aug 8, 2012
- * Author: holy
- */
-
#ifndef GRAPHICS_FONT_H_
#define GRAPHICS_FONT_H_
-/*
- * Frame.cpp
- *
- * Created on: Aug 7, 2012
- * Author: holy
- */
-
#include "Frame.h"
#include "Texture.h"
-/*
- * Frame.h
- *
- * Created on: Aug 7, 2012
- * Author: holy
- */
-
#ifndef GRAPHICS_FRAME_H_
#define GRAPHICS_FRAME_H_
-/*
- * Gauge.cpp
- *
- * Created on: Aug 7, 2012
- * Author: holy
- */
-
#include "Gauge.h"
#include "../loader/Interpreter.h"
-/*
- * Gauge.h
- *
- * Created on: Aug 7, 2012
- * Author: holy
- */
-
#ifndef GRAPHICS_GAUGE_H_
#define GRAPHICS_GAUGE_H_
-/*
- * Menu.cpp
- *
- * Created on: Sep 9, 2012
- * Author: holy
- */
-
#include "Menu.h"
#include "../loader/Interpreter.h"
-/*
- * Menu.h
- *
- * Created on: Aug 8, 2012
- * Author: holy
- */
-
#ifndef GRAPHICS_MENU_H_
#define GRAPHICS_MENU_H_
-/*
- * SimpleAnimation.cpp
- *
- * Created on: Sep 5, 2012
- * Author: holy
- */
-
#include "SimpleAnimation.h"
#include "../loader/Interpreter.h"
-/*
- * SimpleAnimation.h
- *
- * Created on: Aug 11, 2012
- * Author: holy
- */
-
#ifndef GRAPHICS_SIMPLEANIMATION_H_
#define GRAPHICS_SIMPLEANIMATION_H_
-/*
- * Sprite.cpp
- *
- * Created on: Aug 5, 2012
- * Author: holy
- */
-
#include "Sprite.h"
#include "../loader/Interpreter.h"
-/*
- * Sprite.h
- *
- * Created on: Aug 5, 2012
- * Author: holy
- */
-
#ifndef GRAPHICS_SPRITE_H_
#define GRAPHICS_SPRITE_H_
-/*
- * Texture.cpp
- *
- * Created on: Oct 21, 2012
- * Author: holy
- */
-
#include "Texture.h"
#include "../sdl/utility.h"
-/*
- * Texture.h
- *
- * Created on: Oct 21, 2012
- * Author: holy
- */
-
#ifndef GRAPHICS_TEXTURE_H_
#define GRAPHICS_TEXTURE_H_
-/*
- * fwd.h
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#ifndef GRAPHICS_FWD_H_
#define GRAPHICS_FWD_H_
-/*
- * Caster.cpp
- *
- * Created on: Sep 19, 2012
- * Author: holy
- */
-
#include "Caster.h"
#include "TypeDescription.h"
-/*
- * Caster.h
- *
- * Created on: Sep 19, 2012
- * Author: holy
- */
-
#ifndef LOADER_CASTER_H_
#define LOADER_CASTER_H_
-/*
- * Interpreter.cpp
- *
- * Created on: Aug 26, 2012
- * Author: holy
- */
-
#include "Interpreter.h"
#include "ParsedSource.h"
-/*
- * Interpreter.h
- *
- * Created on: Aug 26, 2012
- * Author: holy
- */
-
#ifndef LOADER_INTERPRETER_H_
#define LOADER_INTERPRETER_H_
-/*
- * PagedAllocator.cpp
- *
- * Created on: Oct 9, 2012
- * Author: holy
- */
-
#include "PagedAllocator.h"
using std::deque;
-/*
- * PagedAllocator.h
- *
- * Created on: Oct 9, 2012
- * Author: holy
- */
-
#ifndef LOADER_PAGEDALLOCATOR_H_
#define LOADER_PAGEDALLOCATOR_H_
-/*
- * ParsedSource.cpp
- *
- * Created on: Aug 26, 2012
- * Author: holy
- */
-
#include "ParsedSource.h"
#include "utility.h"
-/*
- * ParsedSource.h
- *
- * Created on: Aug 26, 2012
- * Author: holy
- */
-
#ifndef LOADER_PARSEDSOURCE_H_
#define LOADER_PARSEDSOURCE_H_
-/*
- * Parser.cpp
- *
- * Created on: Aug 26, 2012
- * Author: holy
- */
-
#include "Parser.h"
#include "utility.h"
-/*
- * Parser.h
- *
- * Created on: Aug 26, 2012
- * Author: holy
- */
-
#ifndef LOADER_PARSER_H_
#define LOADER_PARSER_H_
-/*
- * Tokenizer.cpp
- *
- * Created on: Aug 26, 2012
- * Author: holy
- */
-
#include "Tokenizer.h"
#include <istream>
-/*
- * Tokenizer.h
- *
- * Created on: Aug 26, 2012
- * Author: holy
- */
-
#ifndef LOADER_TOKENIZER_H_
#define LOADER_TOKENIZER_H_
-/*
- * TypeDescription.cpp
- *
- * Created on: Sep 4, 2012
- * Author: holy
- */
-
#include "TypeDescription.h"
#include <algorithm>
-/*
- * TypeDescription.h
- *
- * Created on: Sep 4, 2012
- * Author: holy
- */
-
#ifndef LOADER_TYPEDESCRIPTION_H_
#define LOADER_TYPEDESCRIPTION_H_
-/*
- * fwd.h
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#ifndef LOADER_FWD_H_
#define LOADER_FWD_H_
-/*
- * utility.cpp
- *
- * Created on: Sep 1, 2012
- * Author: holy
- */
-
#include "utility.h"
#include <cstring>
-/*
- * utility.h
- *
- * Created on: Sep 1, 2012
- * Author: holy
- */
-
#ifndef LOADER_UTILITY_H_
#define LOADER_UTILITY_H_
-/*
- * main.cpp
- *
- * Created on: Aug 1, 2012
- * Author: holy
- */
-
#include "app/Application.h"
#include "app/Arguments.h"
#include "app/Input.h"
-/*
- * Area.cpp
- *
- * Created on: Sep 26, 2012
- * Author: holy
- */
-
#include "Area.h"
#include "Tile.h"
-/*
- * Area.h
- *
- * Created on: Sep 26, 2012
- * Author: holy
- */
-
#ifndef MAP_AREA_H_
#define MAP_AREA_H_
-/*
- * Entity.cpp
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#include "Entity.h"
#include "../battle/Monster.h"
-/*
- * Entity.h
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#ifndef MAP_ENTITY_H_
#define MAP_ENTITY_H_
-/*
- * Map.cpp
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#include "Map.h"
#include "Area.h"
-/*
- * Map.h
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#ifndef MAP_MAP_H_
#define MAP_MAP_H_
-/*
- * MapState.cpp
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#include "MapState.h"
#include "Map.h"
-/*
- * MapState.h
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#ifndef MAP_MAPSTATE_H_
#define MAP_MAPSTATE_H_
-/*
- * Tile.cpp
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#include "Tile.h"
#include "../loader/Interpreter.h"
-/*
- * Tile.h
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#ifndef MAP_TILE_H_
#define MAP_TILE_H_
-/*
- * TransitionState.cpp
- *
- * Created on: Oct 7, 2012
- * Author: holy
- */
-
#include "TransitionState.h"
#include "MapState.h"
-/*
- * TransitionState.h
- *
- * Created on: Oct 7, 2012
- * Author: holy
- */
-
#ifndef MAP_TRANSITIONSTATE_H_
#define MAP_TRANSITIONSTATE_H_
-/*
- * Trigger.cpp
- *
- * Created on: Oct 3, 2012
- * Author: holy
- */
-
#include "Trigger.h"
#include "../loader/Interpreter.h"
-/*
- * Trigger.h
- *
- * Created on: Oct 3, 2012
- * Author: holy
- */
-
#ifndef MAP_TRIGGER_H_
#define MAP_TRIGGER_H_
-/*
- * fwd.h
- *
- * Created on: Sep 29, 2012
- * Author: holy
- */
-
#ifndef MAP_FWD_H_
#define MAP_FWD_H_
-/*
- * ChangeHero.cpp
- *
- * Created on: Nov 4, 2012
- * Author: holy
- */
-
#include "ChangeHero.h"
#include "HeroStatus.h"
-/*
- * ChangeHero.h
- *
- * Created on: Nov 4, 2012
- * Author: holy
- */
-
#ifndef MENU_CHANGEHERO_H_
#define MENU_CHANGEHERO_H_
-/*
- * ConfigMenu.cpp
- *
- * Created on: Nov 29, 2012
- * Author: holy
- */
-
#include "ConfigMenu.h"
#include "PartyMenu.h"
-/*
- * ConfigMenu.h
- *
- * Created on: Nov 29, 2012
- * Author: holy
- */
-
#ifndef MENU_CONFIGMENU_H_
#define MENU_CONFIGMENU_H_
-/*
- * EquipMenu.cpp
- *
- * Created on: Nov 18, 2012
- * Author: holy
- */
-
#include "EquipMenu.h"
#include "HeroStatus.h"
-/*
- * EquipMenu.h
- *
- * Created on: Nov 18, 2012
- * Author: holy
- */
-
#ifndef MENU_EQUIPMENU_H_
#define MENU_EQUIPMENU_H_
-/*
- * HeroStatus.cpp
- *
- * Created on: Oct 21, 2012
- * Author: holy
- */
-
#include "HeroStatus.h"
#include "Resources.h"
-/*
- * HeroStatus.h
- *
- * Created on: Oct 21, 2012
- * Author: holy
- */
-
#ifndef MENU_HEROSTATUS_H_
#define MENU_HEROSTATUS_H_
-/*
- * InventoryMenu.cpp
- *
- * Created on: Nov 4, 2012
- * Author: holy
- */
-
#include "InventoryMenu.h"
#include "PartyMenu.h"
-/*
- * InventoryMenu.h
- *
- * Created on: Nov 4, 2012
- * Author: holy
- */
-
#ifndef MENU_INVENTORYMENU_H_
#define MENU_INVENTORYMENU_H_
-/*
- * PartyMenu.cpp
- *
- * Created on: Oct 21, 2012
- * Author: holy
- */
-
#include "PartyMenu.h"
#include "ChangeHero.h"
-/*
- * PartyMenu.h
- *
- * Created on: Oct 21, 2012
- * Author: holy
- */
-
#ifndef MENU_PARTYMENU_H_
#define MENU_PARTYMENU_H_
-/*
- * Resources.cpp
- *
- * Created on: Oct 21, 2012
- * Author: holy
- */
-
#include "Resources.h"
namespace menu {
-/*
- * Resources.h
- *
- * Created on: Oct 21, 2012
- * Author: holy
- */
-
#ifndef MENU_RESOURCES_H_
#define MENU_RESOURCES_H_
-/*
- * ScenarioMenu.cpp
- *
- * Created on: Nov 30, 2012
- * Author: holy
- */
-
#include "ScenarioMenu.h"
#include "PartyMenu.h"
-/*
- * ScenarioMenu.h
- *
- * Created on: Nov 30, 2012
- * Author: holy
- */
-
#ifndef MENU_SCENARIOMENU_H_
#define MENU_SCENARIOMENU_H_
-/*
- * SelectHero.cpp
- *
- * Created on: Oct 22, 2012
- * Author: holy
- */
-
#include "SelectHero.h"
#include "HeroStatus.h"
-/*
- * SelectHero.h
- *
- * Created on: Oct 22, 2012
- * Author: holy
- */
-
#ifndef MENU_SELECTHERO_H_
#define MENU_SELECTHERO_H_
-/*
- * SpellMenu.cpp
- *
- * Created on: Nov 18, 2012
- * Author: holy
- */
-
#include "SpellMenu.h"
#include "HeroStatus.h"
-/*
- * SpellMenu.h
- *
- * Created on: Nov 18, 2012
- * Author: holy
- */
-
#ifndef MENU_SPELLMENU_H_
#define MENU_SPELLMENU_H_
-/*
- * StatusMenu.cpp
- *
- * Created on: Oct 22, 2012
- * Author: holy
- */
-
#include "StatusMenu.h"
#include "HeroStatus.h"
-/*
- * StatusMenu.h
- *
- * Created on: Oct 22, 2012
- * Author: holy
- */
-
#ifndef MENU_STATUSMENU_H_
#define MENU_STATUSMENU_H_
-/*
- * fwd.h
- *
- * Created on: Oct 21, 2012
- * Author: holy
- */
-
#ifndef MENU_FWD_H_
#define MENU_FWD_H_
-/*
- * InitImage.cpp
- *
- * Created on: Aug 6, 2012
- * Author: holy
- */
-
#include "InitImage.h"
#include <SDL_image.h>
-/*
- * InitImage.h
- *
- * Created on: Aug 6, 2012
- * Author: holy
- */
-
#ifndef SDL_INITIMAGE_H_
#define SDL_INITIMAGE_H_
-/*
- * InitSDL.cpp
- *
- * Created on: Apr 22, 2012
- * Author: holy
- */
-
#include "InitSDL.h"
#include <stdexcept>
-/*
- * InitSDL.h
- *
- * Created on: Apr 22, 2012
- * Author: holy
- */
-
#ifndef SDL_INITSDL_H_
#define SDL_INITSDL_H_
-/*
- * InitScreen.cpp
- *
- * Created on: Apr 22, 2012
- * Author: holy
- */
-
#include "InitScreen.h"
#include <stdexcept>
-/*
- * InitScreen.h
- *
- * Created on: Apr 22, 2012
- * Author: holy
- */
-
#ifndef SDL_INITSCREEN_H_
#define SDL_INITSCREEN_H_
-/*
- * utility.cpp
- *
- * Created on: Oct 6, 2012
- * Author: holy
- */
-
#include "utility.h"
#include <cmath>
-/*
- * utility.h
- *
- * Created on: Oct 6, 2012
- * Author: holy
- */
-
#ifndef SDL_UTILITY_H_
#define SDL_UTILITY_H_