1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-07-09 01:57:09 +02:00

Implement the pure typename meta-methods in Circle type using the standard method.

This commit is contained in:
Sandu Liviu Catalin
2016-11-15 21:21:15 +02:00
parent 2cce140e1b
commit 8d5efe524e
2 changed files with 6 additions and 16 deletions
-5
View File
@@ -343,11 +343,6 @@ struct Circle
*/
CSStr ToString() const;
/* --------------------------------------------------------------------------------------------
* Used by the script engine to retrieve the name from instances of this type.
*/
static SQInteger Typename(HSQUIRRELVM vm);
/* --------------------------------------------------------------------------------------------
* Set the specified radius.
*/