diff options
| author | raysan5 <[email protected]> | 2021-10-12 20:23:46 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-10-12 20:23:46 +0200 |
| commit | 670eab8b17780bb33a671fc3474fc23d8588475d (patch) | |
| tree | 8eb1d7912a3d62133d39833937adf069b1abb5a8 /examples/models/models_skybox.c | |
| parent | 252bd2273880e9cc94933099df96ee712f5bdf9c (diff) | |
| download | raylib-670eab8b17780bb33a671fc3474fc23d8588475d.tar.gz raylib-670eab8b17780bb33a671fc3474fc23d8588475d.zip | |
Review comments
Diffstat (limited to 'examples/models/models_skybox.c')
| -rw-r--r-- | examples/models/models_skybox.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/models/models_skybox.c b/examples/models/models_skybox.c index 168d61f6..dd202617 100644 --- a/examples/models/models_skybox.c +++ b/examples/models/models_skybox.c @@ -10,8 +10,9 @@ ********************************************************************************************/ #include "raylib.h" + #include "rlgl.h" -#include "raymath.h" +#include "raymath.h" // Required for: MatrixPerspective(), MatrixLookAt() #if defined(PLATFORM_DESKTOP) #define GLSL_VERSION 330 |
