[oden] OK now everything is TS and it type-checks
This commit is contained in:
parent
3968aabdb1
commit
b6f6d908d2
6 changed files with 168 additions and 158 deletions
2
types/graphics-core.d.ts
vendored
2
types/graphics-core.d.ts
vendored
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue