mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-21 20:27:13 +01:00
Minor comment fix in the shared utility header.
This commit is contained in:
parent
69edbcd8d2
commit
98c50ce7e1
@ -1400,12 +1400,12 @@ struct StackStrF
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------
|
||||||
* Netrieve the string representation of a certain type.
|
* Retrieve the string representation of a certain type.
|
||||||
*/
|
*/
|
||||||
CSStr SqTypeName(SQObjectType type);
|
CSStr SqTypeName(SQObjectType type);
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------
|
||||||
* Netrieve the string representation of a certain type from a value on the stack.
|
* Retrieve the string representation of a certain type from a value on the stack.
|
||||||
*/
|
*/
|
||||||
String SqTypeName(HSQUIRRELVM vm, SQInteger idx);
|
String SqTypeName(HSQUIRRELVM vm, SQInteger idx);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user