mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-09-11 17:37:11 +02:00
Remove implementation of the Decimal time. Not worth the troublem.
This commit is contained in:
@@ -6,7 +6,6 @@ namespace SqMod {
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
extern void Register_LongInt(HSQUIRRELVM vm);
|
||||
extern void Register_Decimal(HSQUIRRELVM vm);
|
||||
extern void Register_Math(HSQUIRRELVM vm);
|
||||
extern void Register_Random(HSQUIRRELVM vm);
|
||||
|
||||
@@ -14,7 +13,6 @@ extern void Register_Random(HSQUIRRELVM vm);
|
||||
void Register_Numeric(HSQUIRRELVM vm)
|
||||
{
|
||||
Register_LongInt(vm);
|
||||
Register_Decimal(vm);
|
||||
Register_Math(vm);
|
||||
Register_Random(vm);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user