mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-13 21:36:01 +00:00
Dependencies review
Checking some files to be converted to header-only
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user