add flag to toggle tracy (disabled for now)

This commit is contained in:
2026-02-24 20:39:48 +01:00
parent d88b66c058
commit 349d614611
20 changed files with 153 additions and 24 deletions

View File

@ -1,6 +1,7 @@
#ifndef __INPUT_HPP_
#define __INPUT_HPP_
#include "config.hpp"
#include "state.hpp"
class InputHandler {