#include <drawable.hpp>
Public Member Functions | |
Drawable () | |
Sets the sprites' IDs. More... | |
virtual | ~Drawable ()=default |
virtual void | Create () |
virtual void | Update () |
virtual void | Draw () |
int | GetID () |
DrawableManager::Drawable::Drawable | ( | ) |
Sets the sprites' IDs.
|
virtualdefault |
|
inlinevirtual |
Reimplemented in GameScene, MainMenu, SettingsMenu, Stick, and Table.
|
inlinevirtual |
|
inline |
Gets the IDs of the sprites.