Release 0.25

master
Kasi 2018-04-10 03:12:44 +01:00
parent 5bbffba4dd
commit d1d19197bd
3 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@ namespace Internal
std::int32_t GetSpriteID() const; std::int32_t GetSpriteID() const;
std::int32_t GetStackType() const; std::int32_t GetStackType() const;
std::string GetText() const; std::string GetText() const;
std::int32_t GetTextColor() const;
std::int32_t GetType() const; std::int32_t GetType() const;
std::int32_t GetWidth() const; std::int32_t GetWidth() const;

View File

@ -45,6 +45,8 @@
#include "Interactable/GroundObject.hpp" #include "Interactable/GroundObject.hpp"
#include "Interactable/WallObject.hpp" #include "Interactable/WallObject.hpp"
#include "Tools/RandomHandler.hpp"
// //
// DoxyGen // DoxyGen
//======================================================= //=======================================================

Binary file not shown.