diff options
author | chai <chaifix@163.com> | 2018-10-15 19:43:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-15 19:43:01 +0800 |
commit | f3ee4be63e1c78c6f09fcb994b124533b1e5d3c1 (patch) | |
tree | 4dc9579b101de66b97ea0b5706f1d64f84b4f666 /src/libjin/Graphics/Graphics.h | |
parent | bd3c1f268d959d351631b51d32d9912370144ddd (diff) |
*更新图形模块
Diffstat (limited to 'src/libjin/Graphics/Graphics.h')
-rw-r--r-- | src/libjin/Graphics/Graphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libjin/Graphics/Graphics.h b/src/libjin/Graphics/Graphics.h index 54889f9..199d2aa 100644 --- a/src/libjin/Graphics/Graphics.h +++ b/src/libjin/Graphics/Graphics.h @@ -10,6 +10,7 @@ #include "Shader.h" #include "window.h" #include "Bitmap.h" +#include "Image.h" #include "./Font/TTF.h" #include "./Font/Text.h" |