From fa234f9663b992cf50bcf865a1cde6845b42193c Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 21 May 2018 16:02:00 +0800 Subject: =?UTF-8?q?=E4=BF=AE=E6=94=B9audio=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/script/luaopen_types.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/script/luaopen_types.h (limited to 'src/script/luaopen_types.h') diff --git a/src/script/luaopen_types.h b/src/script/luaopen_types.h deleted file mode 100644 index bb6f5b1..0000000 --- a/src/script/luaopen_types.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef __JIN_M_TYPES_H -#define __JIN_M_TYPES_H - -// graphics module -#define TYPE_IMAGE "Image" -#define TYPE_JSL "Shader" -#define TYPE_CANVAS "Canvas" -#define TYPE_FONT "Font" - -// audio module -#define TYPE_SOURCE "Source" - -class Proxy -{ -public: - inline void bind(void* obj) - { - object = obj; - } - - void* object; -}; - -#endif -- cgit v1.1-26-g67d0