diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-10 14:06:15 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-10 14:06:15 +1000 |
commit | 9cb4bfacc69b2a95ce8e9250afc33fb04d1ba548 (patch) | |
tree | fbe75da188ac83b34153ac79c367b9d57e0d5ff9 /include | |
parent | 071a635e63536e50abfad7d5aeca1208dba58025 (diff) |
remove old code
Diffstat (limited to 'include')
-rw-r--r-- | include/amalgamation.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/amalgamation.h b/include/amalgamation.h index 85bf5b2..f368042 100644 --- a/include/amalgamation.h +++ b/include/amalgamation.h @@ -8,7 +8,6 @@ #include "core.h" #include "render.h" -#include "render_scene.h" #include "ral.h" #include "input.h" #include "primitives.h" @@ -16,4 +15,4 @@ #include "maths.h" #include "skybox.h" #include "shadows.h" -#include "loaders.h"
\ No newline at end of file +#include "loaders.h" |