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

namespace JinEngine
{
	namespace Lua
	{

		extern const char* Jin_Lua_TextureFont;

		void luaopen_TextureFont(lua_State* L);

	}
}

#endif