aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/load_phys.hpp
blob: fefa86bce01817d24684feb5f29faa62bae4a8d1 (plain)
1
2
3
4
5
6
7
extern "C" {
  #include <lua.h>
  #include <lauxlib.h>
  #include <lualib.h>
}

void load_physfuncs(lua_State* L);