Modules
This commit is contained in:
@@ -8,13 +8,11 @@
|
||||
#pragma once
|
||||
#include "display/display.h"// Important to be included first.
|
||||
#include "error/error.h"
|
||||
#include "script/scriptcontext.h"
|
||||
|
||||
typedef struct {
|
||||
bool_t running;
|
||||
int32_t argc;
|
||||
const char_t **argv;
|
||||
scriptcontext_t mainScriptContext;
|
||||
} engine_t;
|
||||
|
||||
extern engine_t ENGINE;
|
||||
|
||||
Reference in New Issue
Block a user