aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/video/draw.hpp
blob: 836cd3d0c0de02e8dae75dfec4e3d96dff81532a (plain)
1
2
3
4
5
6
7
8
extern "C" {
  #include <lua.h>
  #include <lauxlib.h>
  #include <lualib.h>
}

void draw_register(lua_State* L);