diff options
author | chai <chaifix@163.com> | 2018-11-25 00:11:28 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-25 00:11:28 +0800 |
commit | e8e12b11db220160eb63727fb03548410bf3afd2 (patch) | |
tree | a36d62b783e97af9047469955b1aa0ddae6b4627 /src/libjin/graphics/je_graphic.h | |
parent | 42421575d2e17b5c57ff0034c037b651bd6d1119 (diff) |
*misc
Diffstat (limited to 'src/libjin/graphics/je_graphic.h')
-rw-r--r-- | src/libjin/graphics/je_graphic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libjin/graphics/je_graphic.h b/src/libjin/graphics/je_graphic.h index 58de7ec..d48ba3c 100644 --- a/src/libjin/graphics/je_graphic.h +++ b/src/libjin/graphics/je_graphic.h @@ -3,6 +3,7 @@ #include "../core/je_configuration.h" #if defined(jin_graphics) +#include "../common/je_object.h" #include "../math/je_quad.h" #include "../math/je_vector2.hpp" #include "../math/je_transform.h" @@ -20,7 +21,7 @@ namespace JinEngine /// Class inherites Graphic doesn't keep any state such as origin, scale and other properties. Very low /// level visualized resources. /// - class Graphic : public IRenderable + class Graphic : public Object, public IRenderable { public: /// |