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

namespace JinEngine
{
    namespace Lua
    {

        extern const char* Jin_Lua_Text;

        void luaopen_Text(lua_State* L);

    }
}

#endif