diff options
| author | raysan5 <raysan5@gmail.com> | 2016-06-01 14:01:35 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2016-06-01 14:01:35 +0200 |
| commit | 0a27525a4ba2ca9f8f6c4e723b50411549d6c558 (patch) | |
| tree | 22392949117f3b95327e01371cfba13ff6ed61db /src/camera.c | |
| parent | 3e88156817d5de5cc413acf67f0fd0a39a69acb2 (diff) | |
| download | raylib-0a27525a4ba2ca9f8f6c4e723b50411549d6c558.tar.gz raylib-0a27525a4ba2ca9f8f6c4e723b50411549d6c558.zip | |
Dependencies review
Checking some files to be converted to header-only
Diffstat (limited to 'src/camera.c')
| -rw-r--r-- | src/camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/camera.c b/src/camera.c index 8e5c527e..11571cca 100644 --- a/src/camera.c +++ b/src/camera.c @@ -30,7 +30,7 @@ #include "raylib.h" #endif -#include <math.h> +#include <math.h> // Required for: sqrt(), sin(), cos() //---------------------------------------------------------------------------------- // Defines and Macros |
