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

namespace JinEngine
{
	namespace Lua
	{

		extern const char* Jin_Lua_Bitmap;

		void luaopen_Bitmap(lua_State* L);

	}
}

#endif