7 lines
130 B
C
7 lines
130 B
C
#pragma once
|
|
|
|
#include "lua/src/lua.hpp"
|
|
|
|
// load all known lua bindings into the state
|
|
void load_lua_bindings(lua_State *state);
|