aboutsummaryrefslogtreecommitdiff
path: root/src/script/luaopen_types.h
blob: 292d9919b098b15f7ec6adbeea8e0ac1ddf71c0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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