[oden] Time, path searching, game directory
This commit is contained in:
parent
96e95e22ce
commit
26bfcc7a94
8 changed files with 185 additions and 13 deletions
4
types/time-core.d.ts
vendored
Normal file
4
types/time-core.d.ts
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// These are the functions exposed by the native time module.
|
||||
//
|
||||
export function since_start(): number;
|
||||
export function since_last_frame(): number;
|
||||
Loading…
Add table
Add a link
Reference in a new issue