diff options
| author | raysan5 <[email protected]> | 2017-07-21 17:46:44 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2017-07-21 17:46:44 +0200 |
| commit | c6cd07c373541f3b112e99f924b2213196625dc7 (patch) | |
| tree | 2c2f4bf5ef3856b3451f2b4891000f430666178f /examples/models | |
| parent | e52032f64660008fdcf0c8d707ef6aed1e6fc32f (diff) | |
| download | raylib-c6cd07c373541f3b112e99f924b2213196625dc7.tar.gz raylib-c6cd07c373541f3b112e99f924b2213196625dc7.zip | |
Some tweaks raymath related
Diffstat (limited to 'examples/models')
| -rw-r--r-- | examples/models/models_skybox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/models/models_skybox.c b/examples/models/models_skybox.c index 25b01e9c..30ee8e2e 100644 --- a/examples/models/models_skybox.c +++ b/examples/models/models_skybox.c @@ -10,7 +10,6 @@ ********************************************************************************************/ #include "raylib.h" -#include "raymath.h" int main() { |
