sm64coopdx/src/pc/lua/smlua_functions_autogen.h
MysterD b364493807 Even more Lua improvements
Reorganized autogenerated lua functions into their own file
Grouped up COBJECT LVTs
Partially implemented: struct MarioBodyState, Object, ObjectNode, GraphNodeObject
Reimplemented lua function wrappers for: camera.h, mario.h, mario_actions_*.c, mario_step.h
2022-01-19 19:20:57 -08:00

6 lines
No EOL
117 B
C

#ifndef SMLUA_FUNCTIONS_AUTOGEN_H
#define SMLUA_FUNCTIONS_AUTOGEN_H
void smlua_bind_functions_autogen(void);
#endif