From 485584966a5592eec6fd8b3b815cb23f26984733 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 5 Nov 2025 23:11:56 -0700 Subject: Window thingy hehehehe --- src/utils.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index eba0333..96261b9 100644 --- a/src/utils.h +++ b/src/utils.h @@ -67,19 +67,7 @@ typedef enum FTError { FTSUCCESS = 0 } FTError; -typedef struct { - Rectangle rect; - bool minimized; - bool moving; - bool resizing; - DrawWindowContentCallback callback; - Vector2 contentSize; - Vector2 scroll; -} FloatingWindow; - Vector2 randomDirection2(int seed, int* nextSeed); Vector3 randomDirection3(int seed, int* nextSeed); -void updateFloatWindow(FloatingWindow* window, const char* title); - #endif -- cgit v1.2.3