diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-10 23:18:22 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-10 23:18:22 +1000 |
commit | ee1b7fd3bc66501b252ce9e3e5ba89ac9aa54632 (patch) | |
tree | 47b9b1916933d76bfcc327ad2f39370833bd3712 /include | |
parent | 8dc076e714fad6ee6fb493360e094c4002b1584a (diff) |
more work on bindings and ral
Diffstat (limited to 'include')
-rw-r--r-- | include/amalgamation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/amalgamation.h b/include/amalgamation.h index f368042..51ea382 100644 --- a/include/amalgamation.h +++ b/include/amalgamation.h @@ -11,6 +11,7 @@ #include "ral.h" #include "input.h" #include "primitives.h" +#include "immdraw.h" #include "maths_types.h" #include "maths.h" #include "skybox.h" |