1 #ifndef SPRITE_HPP_INCLUDED
2 #define SPRITE_HPP_INCLUDED
4 #include "../JavaClass/Object.hpp"
5 #include "../JavaClass/Class.hpp"
Sprite & operator=(Sprite &&Obj)=default
Sprite & operator=(const Sprite &Obj)=default
std::int32_t GetWidth() const
Sprite(Sprite &&Obj)=default
Sprite(const Sprite &Obj)=default
std::vector< std::int32_t > GetPixels() const
std::int32_t GetHeight() const