From 5c9af043503f92852a1a765b6ecfbc1aea24d2e9 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 14 Aug 2018 14:56:47 +0800 Subject: *update --- src/lua/graphics/Color.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/lua/graphics/Color.h (limited to 'src/lua/graphics/Color.h') diff --git a/src/lua/graphics/Color.h b/src/lua/graphics/Color.h new file mode 100644 index 0000000..3621329 --- /dev/null +++ b/src/lua/graphics/Color.h @@ -0,0 +1,19 @@ +#ifndef __JIN_LUA_GRAPHICS_COLOR_H +#define __JIN_LUA_GRAPHICS_COLOR_H +#include "libjin/jin.h" +#include "../luaopen_types.h" + +namespace jin +{ +namespace lua +{ +namespace graphics +{ + + typedef jin::graphics::color color; + +} // graphics +} // lua +} // jin + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0