diff options
Diffstat (limited to 'src/libjin/Graphics/Sprite.h')
-rw-r--r-- | src/libjin/Graphics/Sprite.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/libjin/Graphics/Sprite.h b/src/libjin/Graphics/Sprite.h index 0d73464..2c7e0f5 100644 --- a/src/libjin/Graphics/Sprite.h +++ b/src/libjin/Graphics/Sprite.h @@ -3,16 +3,16 @@ namespace jin { -namespace graphics -{ + namespace graphics + { - /* just like texture but with x,y */ - class Sprite - { + /* just like texture but with x,y */ + class Sprite + { - }; + }; -} + } } #endif
\ No newline at end of file |