From 3e065e50a94678c1178f5090345ce4f3af32e58f Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 28 Nov 2025 17:24:12 +0000 Subject: [PATCH] Disable previous work We're going to rewrite this --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 5b24395..ca14199 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,6 +40,7 @@ void draw_fraction(Fraction f, word_t x, word_t y) DrawText(s.c_str(), x - width / 2, y - FONT_SIZE, FONT_SIZE, WHITE); } +#if 0 struct State { NodeAllocator allocator; @@ -209,6 +210,7 @@ int main(void) CloseWindow(); return 0; } +#endif /* Copyright (C) 2024, 2025 Aryadev Chavali