summaryrefslogtreecommitdiffhomepage
path: root/examples/models/models_waving_cubes.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/models/models_waving_cubes.c')
-rw-r--r--examples/models/models_waving_cubes.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/models/models_waving_cubes.c b/examples/models/models_waving_cubes.c
index 13f098b9..e21db102 100644
--- a/examples/models/models_waving_cubes.c
+++ b/examples/models/models_waving_cubes.c
@@ -13,8 +13,11 @@
#include "raylib.h"
-#include <math.h>
+#include <math.h> // Required for: sinf()
+//------------------------------------------------------------------------------------
+// Program main entry point
+//------------------------------------------------------------------------------------
int main()
{
// Initialization