Release 0.02

master
Kasi 2018-01-12 03:44:27 +00:00
parent 046d32643b
commit 7e47548f4b
2 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,6 @@
#include "Types/Area.hpp"
#include "Types/Logger.hpp"
#include "JavaClass/Canvas.hpp"
#include "JavaClass/FocusEvent.hpp"
#include "JavaClass/Integer.hpp"
@ -45,6 +44,7 @@
#include "Classes/Friend.hpp"
#include "Classes/GameObject.hpp"
#include "Classes/GameShell.hpp"
#include "Classes/GraphicsObject.hpp"
#include "Classes/GroundItem.hpp"
#include "Classes/GroundObject.hpp"
#include "Classes/HashTable.hpp"
@ -65,6 +65,7 @@
#include "Classes/Region.hpp"
#include "Classes/Renderable.hpp"
#include "Classes/SceneTile.hpp"
#include "Classes/SpotAnimation.hpp"
#include "Classes/Sprite.hpp"
#include "Classes/Varbit.hpp"
#include "Classes/WallObject.hpp"
@ -199,6 +200,8 @@ Animation GetAnimation(std::int32_t ID);
Frames GetFrames(std::int32_t ID);
Model GetItemModel(std::int32_t ID);
Model GetItemModel(std::int32_t ID, std::int32_t Amount);
SpotAnimation GetSpotAnimation(std::int32_t ID);
Model GetSpotAnimationModel(std::int32_t ID);
Model GetGameObjectModel(GameObject O);
Model GetWallObjectModel(WallObject O);
Model GetDecorativeObjectModel(DecorativeObject O);
@ -209,6 +212,7 @@ Deque GetGroundItems(std::int32_t X, std::int32_t Y);
Deque GetGroundItems(std::int32_t X, std::int32_t Y, std::int32_t Plane);
std::vector<Point> GetPlayerModel(Player P);
std::vector<Point> GetNPCModel(NPC N);
std::vector<Point> GetGraphicsObjectModel(GraphicsObject O);
SceneTile GetSceneTile(std::int32_t X, std::int32_t Y, std::int32_t Plane);
std::vector<std::vector<SceneTile>> GetSceneTiles(std::int32_t Plane);
Point TileToMinimap(Tile T);

Binary file not shown.