Basic mac vs linux modes

This commit is contained in:
2026-03-14 19:02:08 -07:00
committed by Zuckerberg
parent bedac2945a
commit 8431906337
9 changed files with 271 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
#include <stdbool.h>
extern bool mac_mode;
extern bool mac_mode_manual;