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/physac.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/physac.c')
| -rw-r--r-- | src/physac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/physac.c b/src/physac.c index 181488ac..eed2f26e 100644 --- a/src/physac.c +++ b/src/physac.c @@ -29,8 +29,8 @@ #include "raylib.h" #endif -#include <stdlib.h> // Declares malloc() and free() for memory management -#include <math.h> // Declares cos(), sin(), abs() and fminf() for math operations +#include <stdlib.h> // Required for: malloc(), free() +#include <math.h> // Required for: cos(), sin(), abs(), fminf() //---------------------------------------------------------------------------------- // Defines and Macros |
