diff options
| author | Constantine Tarasenkov <iamvfx@gmail.com> | 2015-02-03 00:06:50 +0300 |
|---|---|---|
| committer | Constantine Tarasenkov <iamvfx@gmail.com> | 2015-02-03 00:06:50 +0300 |
| commit | ab12193f10575d8375839eed35c9bc51ce6054b7 (patch) | |
| tree | 2651db35d17b0991e67460dbb5f302bb8556ebf7 /src/utils.c | |
| parent | b926765ce009e102cad7c597a3cbae9a9bc15b47 (diff) | |
| download | raylib-ab12193f10575d8375839eed35c9bc51ce6054b7.tar.gz raylib-ab12193f10575d8375839eed35c9bc51ce6054b7.zip | |
Fixes for C++
Diffstat (limited to 'src/utils.c')
| -rw-r--r-- | src/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.c b/src/utils.c index 8e42e533..d3d57106 100644 --- a/src/utils.c +++ b/src/utils.c @@ -27,6 +27,7 @@ * **********************************************************************************************/ +#include "raylib.h" #include "utils.h" #if defined(PLATFORM_ANDROID) |
