Updated Toy, added timer and runner libs

This commit is contained in:
2023-01-23 08:24:16 +00:00
parent 2ff9bdea3b
commit 54d417b3fc
9 changed files with 680 additions and 18 deletions

View File

@@ -36,7 +36,7 @@ typedef struct _engine {
LiteralDictionary symKeyUpEvents; //keysym -> event names
} Engine;
//extern singleton
//extern singleton - used by various libraries
extern Engine engine;
//APIs for running the engine in main()