diff options
author | chai <chaifix@163.com> | 2018-11-18 23:45:58 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-18 23:45:58 +0800 |
commit | 4279e16ddb6273a9711ff331d21325dd5f63e769 (patch) | |
tree | 0d7ff12807fba478134f3bf9e01fd474c3a0b510 /src/libjin/Graphics/je_shapes.h | |
parent | 8cb74178c2b8e5883a1181af687fa8cfc0c6e5da (diff) |
*修改目录为小写
Diffstat (limited to 'src/libjin/Graphics/je_shapes.h')
-rw-r--r-- | src/libjin/Graphics/je_shapes.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/libjin/Graphics/je_shapes.h b/src/libjin/Graphics/je_shapes.h deleted file mode 100644 index d62592b..0000000 --- a/src/libjin/Graphics/je_shapes.h +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef __JE_GEOMETRY_H__ -#define __JE_GEOMETRY_H__ -#include "../core/je_configuration.h" -#if defined(jin_graphics) - -#include "je_color.h" -#include "je_canvas.h" -#include "je_texture.h" - -namespace JinEngine -{ - namespace Graphics - { - - enum RenderMode { - NONE = 0, - FILL , - LINE - }; - - extern void line(int x1, int y1, int x2, int y2); - extern void rect(RenderMode mode, int x, int y, int w, int h); - extern void triangle(RenderMode mode, int x1, int y1, int x2, int y2, int x3, int y3); - extern void circle(RenderMode mode, int x, int y, int r); - extern void point(int x, int y); - extern void points(int n, GLshort* p, GLubyte* c); - extern void polygon(RenderMode mode, float* p, int count); - - } // namespace Graphics -} // namespace JinEngine - -#endif // jin_graphics - -#endif // __JE_GEOMETRY_H__
\ No newline at end of file |