add flag to toggle tracy

This commit is contained in:
2026-02-24 20:39:48 +01:00
parent d88b66c058
commit 002e36abbe
12 changed files with 130 additions and 15 deletions

View File

@ -4,6 +4,7 @@
#include <raylib.h>
// #define WEB // Disables multithreading
// #define TRACY
// Window
constexpr int INITIAL_WIDTH = 800;