Disable previous work

We're going to rewrite this
This commit is contained in:
2025-11-28 17:24:12 +00:00
parent ab0f152742
commit 3e065e50a9

View File

@@ -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); DrawText(s.c_str(), x - width / 2, y - FONT_SIZE, FONT_SIZE, WHITE);
} }
#if 0
struct State struct State
{ {
NodeAllocator allocator; NodeAllocator allocator;
@@ -209,6 +210,7 @@ int main(void)
CloseWindow(); CloseWindow();
return 0; return 0;
} }
#endif
/* Copyright (C) 2024, 2025 Aryadev Chavali /* Copyright (C) 2024, 2025 Aryadev Chavali