diff options
Diffstat (limited to 'src/libjin/render/drawable.h')
-rw-r--r-- | src/libjin/render/drawable.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/libjin/render/drawable.h b/src/libjin/render/drawable.h index b8e985a..0cf6d4b 100644 --- a/src/libjin/render/drawable.h +++ b/src/libjin/render/drawable.h @@ -15,20 +15,20 @@ namespace render void draw(int x, int y, float sx, float sy, float r); - inline int Drawable::getWidth() const - { - return width; - } + inline int Drawable::getWidth() const + { + return width; + } - inline int Drawable::getHeight() const - { - return height; - } + inline int Drawable::getHeight() const + { + return height; + } inline GLuint getTexture() const - { - return texture; - }; + { + return texture; + }; protected: #define DRAWABLE_V_SIZE 8 |