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

@@ -30,7 +30,7 @@
#include "raylib.h"
#endif
#include <math.h>
#include <math.h> // Required for: sqrt(), sin(), cos()
//----------------------------------------------------------------------------------
// Defines and Macros