sm64coopdx/src/pc/lua/smlua_functions.h
2022-01-23 17:00:13 -08:00

7 lines
No EOL
161 B
C

#ifndef SMLUA_FUNCTIONS_H
#define SMLUA_FUNCTIONS_H
bool smlua_functions_valid_param_count(lua_State* L, int expected);
void smlua_bind_functions(void);
#endif