diff options
author | chai <chaifix@163.com> | 2018-10-16 20:18:42 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-16 20:18:42 +0800 |
commit | 0fc4b3ad5f2ac8d5c0588f61c0cbed4349ee1430 (patch) | |
tree | 535b2dc55a3f12d36d55cb3cf071d40da7e5576f /src/libjin/Graphics/Sprite.h | |
parent | be59ac06cbcd60895e25f2e7d76846ee3e6a0d92 (diff) |
*misc
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 |