iuno just screwing around tbh
Some checks failed
Build Dusk / build-linux (push) Failing after 1m5s
Build Dusk / build-psp (push) Failing after 1m24s

This commit is contained in:
2025-12-24 10:44:53 +10:00
parent aed202ebf9
commit f39b2060a8
15 changed files with 72 additions and 32 deletions

View File

@@ -8,11 +8,13 @@
#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;