mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-12-05 15:43:02 +00:00
7 lines
No EOL
161 B
C
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 |