diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-12 00:15:33 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-12 00:15:33 +1000 |
commit | 72b8d26fcfcee36ca67f963b9c6a4b616e2d5d4d (patch) | |
tree | 76ab2c18db5a834c6282ab4e2afa2db33f70be27 /include | |
parent | a8f98ddcf5ddeb3588492f4ad8f9a289147ad7ec (diff) |
scale is a vec3 now instead of float.
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 51ea382..f13796a 100644 --- a/include/amalgamation.h +++ b/include/amalgamation.h @@ -14,6 +14,7 @@ #include "immdraw.h" #include "maths_types.h" #include "maths.h" +#include "physics.h" #include "skybox.h" #include "shadows.h" #include "loaders.h" |