mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-01-12 09:10:05 +00:00
added type() to baselib
This commit is contained in:
@@ -7,5 +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_assert(CState *state, int nargs, CValue *args);
|
||||
COSMO_API int cosmoB_type(CState *state, int nargs, CValue *args);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user