mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-09-02 13:17:11 +02:00
Export newly added Squirrel functions. Fix function definition with different name than declaration.
This commit is contained in:
2
external/Squirrel/sqapiex.cpp
vendored
2
external/Squirrel/sqapiex.cpp
vendored
@@ -36,7 +36,7 @@ begin:
|
||||
return SQ_ERROR;
|
||||
}
|
||||
|
||||
void sqstd_pushstringf(HSQUIRRELVM v,const SQChar *s,...)
|
||||
void sq_pushstringf(HSQUIRRELVM v,const SQChar *s,...)
|
||||
{
|
||||
SQInteger n=256;
|
||||
va_list args;
|
||||
|
Reference in New Issue
Block a user