[oden] OK now everything is TS and it type-checks

This commit is contained in:
John Doty 2023-06-24 17:49:41 -07:00
parent 3968aabdb1
commit b6f6d908d2
6 changed files with 168 additions and 158 deletions

View file

@ -1,3 +1,5 @@
// These are the functions exposed by the native graphics module.
//
export function cls(r: number, g: number, b: number);
export function print(msg: string);
export function spr(