Updated Toy, added timer and runner libs
This commit is contained in:
12
core/lib_runner.h
Normal file
12
core/lib_runner.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "interpreter.h"
|
||||
|
||||
int hookRunner(Interpreter* interpreter, Literal identifier, Literal alias);
|
||||
|
||||
//file system API - these need to be set by the host
|
||||
void initDriveDictionary();
|
||||
void freeDriveDictionary();
|
||||
LiteralDictionary* getDriveDictionary();
|
||||
|
||||
#define OPAQUE_TAG_RUNNER 100
|
||||
Reference in New Issue
Block a user