Dependencies review

Checking some files to be converted to header-only
This commit is contained in:
raysan5
2016-06-01 14:01:35 +02:00
parent 3e88156817
commit 0a27525a4b
5 changed files with 130 additions and 17 deletions

View File

@@ -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