aboutsummaryrefslogtreecommitdiff
path: root/src/lua/luaopen_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/luaopen_types.h')
-rw-r--r--src/lua/luaopen_types.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lua/luaopen_types.h b/src/lua/luaopen_types.h
deleted file mode 100644
index 292d991..0000000
--- a/src/lua/luaopen_types.h
+++ /dev/null
@@ -1,13 +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_SOUND "Sound"
-
-#endif