diff color_game/main.c @ 61:9df5587cf23b

[Color game] It can compile on windows now.
author June Park <me@mrjunejune.com>
date Sat, 20 Dec 2025 21:07:34 -0500
parents e06bc03d9618
children fff1b048dda6
line wrap: on
line diff
--- a/color_game/main.c	Sat Dec 20 13:56:01 2025 -0500
+++ b/color_game/main.c	Sat Dec 20 21:07:34 2025 -0500
@@ -1,9 +1,10 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
-#include "dowa/dowa.h"
+#include <math.h>
 #include "third_party/raylib/include/raylib.h"
 
+
 #define INIT_SCREEN_WIDTH 1200
 #define INIT_SCREEN_HEIGHT 700
 #define PLAYER_SPEED 200.0f