mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-01-12 17:20:05 +00:00
Added assert() to base library
also fixed regression in call()
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
COSMO_API void cosmoB_loadLibrary(CState *state);
|
||||
COSMO_API void cosmoB_loadDebug(CState *state);
|
||||
COSMO_API int cosmoB_print(CState *state, int nargs, CValue *args);
|
||||
COSMO_API int cosmoB_foreach(CState *state, int nargs, CValue *args);
|
||||
COSMO_API int cosmoB_assert(CState *state, int nargs, CValue *args);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user