Add in driver types and rejig code to make it easier to extend

This commit is contained in:
Bastiaan Olij
2021-09-11 12:31:10 +10:00
parent aef0f1e248
commit 02802b1d0e
3 changed files with 39 additions and 77 deletions

View File

@@ -449,6 +449,8 @@ typedef enum {
GDNATIVE_INITIALIZATION_SERVERS,
GDNATIVE_INITIALIZATION_SCENE,
GDNATIVE_INITIALIZATION_EDITOR,
GDNATIVE_INITIALIZATION_DRIVER,
GDNATIVE_MAX_INITIALIZATION_LEVEL,
} GDNativeInitializationLevel;
typedef struct {