Add GUI Support

This commit is contained in:
2025-06-12 15:48:37 -05:00
parent bfb029ec36
commit 18b15136b5
5 changed files with 118 additions and 3 deletions

View File

@ -1762,6 +1762,7 @@ class GC {
bool canRegisterOGC;
bool canRegisterEnv;
bool canRegisterClass;
bool canRegisterSDL2;
bool sqlite3Scoped;
bool locked;
};
@ -1821,6 +1822,7 @@ class GC {
static void RegisterEnv(GC* gc, TRootEnvironment* env);
static void RegisterProcess(GC* gc, TRootEnvironment* env);
static void RegisterClass(GC* gc, TRootEnvironment* env);
static void RegisterSDL2(GC* gc,TRootEnvironment* env);
};
class TSubEnvironment : public TEnvironment