diff options
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index 54e6ec3..86f5b01 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -10,6 +10,7 @@ TYPED_POOL(Model, Model) #define MODEL_GET(h) (Model_pool_get(&g_core.models, h)) +Model* Model_Get(ModelHandle h); typedef struct GLFWwindow GLFWwindow; |