From 6fea2be59237f6d43c45dbda95f62346779b21e6 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 6 Nov 2025 04:04:42 -0700 Subject: Cleaned up floating window code --- src/utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 96261b9..75e27fd 100644 --- a/src/utils.h +++ b/src/utils.h @@ -56,8 +56,6 @@ #define RANDOM_DIRECTION_UNITS 4096 -typedef void (*DrawWindowContentCallback)(Vector2 position, Vector2 scroll); - // Typedef hackery. typedef struct Game Game; typedef struct World World; -- cgit v1.2.3