mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-08-03 06:17:10 +02:00
Added a custom delimiter for time and date and also the option to extract values from strings.
This commit is contained in:
@@ -66,7 +66,7 @@ Int64 Timer::GetElapsedTimeRaw() const
|
||||
}
|
||||
|
||||
// ================================================================================================
|
||||
void Register_ChronoTimer(HSQUIRRELVM vm, Table & cns)
|
||||
void Register_ChronoTimer(HSQUIRRELVM vm, Table & /*cns*/)
|
||||
{
|
||||
RootTable(vm).Bind(_SC("SqTimer"), Class< Timer >(vm, _SC("SqChronoTimer"))
|
||||
// Constructors
|
||||
|
||||
Reference in New Issue
Block a user