Jacob Schmidt 1b6b825653
All checks were successful
Build / Build (push) Successful in 53s
Initial Repo Setup
2025-01-01 21:18:03 -06:00

6 lines
111 B
C++

class DEBUG_MODE {
title = "Enable Debug:";
values[] = {0, 1};
texts[] = {"False", "True"};
default = 1;
};