mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
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
6 lines
No EOL
117 B
C
6 lines
No EOL
117 B
C
#ifndef SMLUA_FUNCTIONS_AUTOGEN_H
|
|
#define SMLUA_FUNCTIONS_AUTOGEN_H
|
|
|
|
void smlua_bind_functions_autogen(void);
|
|
|
|
#endif |