[oden] Time, path searching, game directory

This commit is contained in:
John Doty 2023-06-30 16:24:54 -07:00
parent 96e95e22ce
commit 26bfcc7a94
8 changed files with 185 additions and 13 deletions

4
types/time-core.d.ts vendored Normal file
View 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;