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

void loadPhysLibs(lua_State* L);