aboutsummaryrefslogtreecommitdiff
path: root/src/physac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/physac.c')
-rw-r--r--src/physac.c4
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