Add better precompiler control

This commit is contained in:
2025-12-08 19:16:18 +00:00
parent 8fc6d63748
commit 136c546c1f
5 changed files with 23 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
#pragma once
#ifndef UI_H
#define UI_H
#include <atomic>
#include <cstdint>
#include <mutex>
@@ -104,3 +106,5 @@ int read_input(char *buf, size_t buflen);
KeyEvent read_key();
int display_width(const char *str);
#endif