aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/graphics/je_lua_ttf.h
blob: bfe503da78924ff2fda3e9cbae57c5c730a0a723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __JE_LUA_TTF_H__
#define __JE_LUA_TTF_H__

namespace JinEngine
{
    namespace Lua
    {

        extern const char* Jin_Lua_TTF;

        void luaopen_TTF(lua_State* L);

    }
}

#endif