1
0
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:
Sandu Liviu Catalin
2019-04-30 22:28:23 +03:00
parent 11f756ba20
commit 24e6379f5e
6 changed files with 30 additions and 3 deletions

View File

@@ -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;