diff options
author | chai <chaifix@163.com> | 2018-07-28 23:33:38 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-28 23:33:38 +0800 |
commit | b95d0476ce6535c733cb39b784625d67cb25a150 (patch) | |
tree | 99fdd5436d8957a13541a6522783410d3b623a0e /libjin/Graphics | |
parent | 86a534762dc6dc1382724356fb0100db0865513a (diff) |
*update
Diffstat (limited to 'libjin/Graphics')
-rw-r--r-- | libjin/Graphics/Drawable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjin/Graphics/Drawable.h b/libjin/Graphics/Drawable.h index c05d8a4..0b96379 100644 --- a/libjin/Graphics/Drawable.h +++ b/libjin/Graphics/Drawable.h @@ -8,6 +8,7 @@ namespace jin { namespace graphics { + class Drawable { public: @@ -51,6 +52,7 @@ namespace graphics float* vertCoord; }; + } // render } // jin |