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

namespace JinEngine
{
    namespace Lua
    {

        extern const char* Jin_Lua_Shader;

        void luaopen_Shader(lua_State* L);

    }
}

#endif