aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/graphics/je_lua_ttf_data.h
blob: f858f1ace2878c08cd1c4877eab300d008508ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __JE_LUA_TTFDATA_H__
#define __JE_LUA_TTFDATA_H__

namespace JinEngine
{
    namespace Lua
    {

        enum class TTFDependency
        {
            DEP_TTFDATA = 1,
        };

        extern const char* Jin_Lua_TTFData;

    }
}

#endif