Add GUI Support
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user