![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include "YAPOG/System/RandomHelper.hpp"#include "YAPOG/Graphics/Gui/GameInput/GameInputManager.hpp"#include "YAPOG/Game/Factory/ObjectFactory.hpp"#include "YAPOG/System/Network/Packet.hpp"#include "YAPOG/System/IO/Log/Logger.hpp"#include "YAPOG/Graphics/Gui/GuiManager.hpp"#include "YAPOG/Graphics/ICamera.hpp"#include "YAPOG/Graphics/IDrawingContext.hpp"#include "YAPOG/Graphics/Gui/WidgetBackground.hpp"#include "YAPOG/Graphics/Gui/WidgetBorder.hpp"#include "YAPOG/Game/Pokemon/Pokedex.hpp"#include "YAPOG/Game/Pokemon/PokemonInfo.hpp"#include "YAPOG/Graphics/Gui/HorizontalLayout.hpp"#include "YAPOG/Graphics/Gui/VerticalLayout.hpp"#include "YAPOG/Graphics/Gui/Menu.hpp"#include "YAPOG/Graphics/Gui/PictureBox.hpp"#include "YAPOG/System/StringHelper.hpp"#include "YAPOG/Graphics/Gui/TextBoxWidget.hpp"#include "YAPOG/Graphics/Gui/GridMenu.hpp"#include "YAPOG/Graphics/Gui/MultiLabelWidget.hpp"#include "YAPOG/Game/Pokemon/PokemonTeam.hpp"#include "YAPOG/Game/Chat/GameMessage.hpp"#include "YAPOG/Audio/AudioManager.hpp"#include "YAPOG/Game/Battle/PlayerTrainer.hpp"#include "YAPOG/Game/Pokemon/Pokemon.hpp"#include "YAPOG/Graphics/Game/Game.hpp"#include "YAPOG/Graphics/Game/World/RegularWorldDrawingPolicy.hpp"#include "YAPOG/Graphics/Game/World/IsometricWorldDrawingPolicy.hpp"#include "YAPOG/Graphics/Gui/Game/World/GameWorldGuiManager.hpp"#include "GameScreen/GameplayScreen.hpp"#include "World/Map/Player.hpp"#include "World/Map/Map.hpp"#include "Client/User.hpp"#include "Client/Session.hpp"#include "Gui/GameGuiManager.hpp"#include "Gui/MapRootWidget.hpp"#include "Gui/GameMainMenu.hpp"#include "Gui/ChatWidget.hpp"#include "Gui/PokedexWidget.hpp"#include "Gui/PokedexCompositeWidget.hpp"#include "Gui/PokemonTeamWidget.hpp"#include "Gui/TrainerCardWidget.hpp"#include "Pokemon/Pokemon.hpp"#include "Pokemon/PokemonTeam.hpp"#include "Battle/PlayerTrainer.hpp"#include "Battle/PokemonFighter.hpp"#include "Battle/PokemonFighterTeam.hpp"#include "Battle/Battle.hpp"#include "Battle/WildBattle.hpp"#include "Battle/BattleInterface.hpp"#include "Configuration/GameData.hpp"Go to the source code of this file.
Namespaces | |
| namespace | debug |
| namespace | ycl |
Functions | |
| ycl::Pokemon * | debug::GenerateRandomPokemon () |