diff options
author | chai <chaifix@163.com> | 2018-09-06 19:57:40 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-06 19:57:40 +0800 |
commit | 50084b0b3451328a4dfe6db65c78a225e9c8f288 (patch) | |
tree | 020e5b6c834b792aada4cd23cd2551a6b81c22dc /src/libjin/Graphics/Graphics.h | |
parent | 7281a70b1e38fc2bdfb2d4b6d8f7daf7ceedbd1a (diff) |
+bitmap
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 bca3812..9c4ed35 100644 --- a/src/libjin/Graphics/Graphics.h +++ b/src/libjin/Graphics/Graphics.h @@ -10,6 +10,7 @@ #include "texture.h" #include "Shader.h" #include "window.h" +#include "Bitmap.h" #endif // JIN_MODULES_RENDER #endif // __JIN_GRAPHICS_H
\ No newline at end of file |