mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-11 03:11:49 +00:00
8 lines
No EOL
233 B
C
8 lines
No EOL
233 B
C
#ifndef SMLUA_FUNCTIONS_H
|
|
#define SMLUA_FUNCTIONS_H
|
|
|
|
bool smlua_functions_valid_param_count(lua_State* L, int expected);
|
|
bool smlua_functions_valid_param_range(lua_State* L, int min, int max);
|
|
void smlua_bind_functions(void);
|
|
|
|
#endif |