Changeset 503 for trunk/src/lua/lua_aux.cc
- Timestamp:
- 06/28/16 21:09:19 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_aux.cc
r490 r503 137 137 }; 138 138 139 void nv::lua::register_aux( lua _State* L)139 void nv::lua::register_aux( lua::state* state ) 140 140 { 141 nlua_register( L, "table", nluaaux_table_aux_f );142 nlua_register( L, "math", nluaaux_math_aux_f );141 nlua_register( state->get_raw(), "table", nluaaux_table_aux_f ); 142 nlua_register( state->get_raw(), "math", nluaaux_math_aux_f ); 143 143 } 144 144
Note: See TracChangeset
for help on using the changeset viewer.