diff options
author | chai <chaifix@163.com> | 2019-01-18 10:30:32 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-18 10:30:32 +0800 |
commit | 63547185567a4bc9c66ad2420134e2dc4a1a58ba (patch) | |
tree | 63f73779aa40bd31c1f50afae26afcdecbde620e /src/libjin/graphics/graphic.h | |
parent | c861508a4d1195d6a453a237a334ce0fefc4dd7e (diff) |
*opengl.h
Diffstat (limited to 'src/libjin/graphics/graphic.h')
-rw-r--r-- | src/libjin/graphics/graphic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/graphics/graphic.h b/src/libjin/graphics/graphic.h index ac2bc0e..857785d 100644 --- a/src/libjin/graphics/graphic.h +++ b/src/libjin/graphics/graphic.h @@ -9,7 +9,7 @@ #include "../math/transform.h" #include "renderable.h" -#include "gl.h" +#include "opengl.h" #include "bitmap.h" namespace JinEngine |