afegit define NO_AUDIO

renombrat define DEBUG a _DEBUG
This commit is contained in:
2025-07-23 09:24:04 +02:00
parent 921975851a
commit 74c1c096f8
14 changed files with 138 additions and 88 deletions

View File

@@ -1,7 +1,7 @@
#include "global_inputs.h"
#include <string> // Para operator+, allocator, char_traits, to_string, string
#include <vector> // Para vector
#include <string> // Para operator+, allocator, char_traits, to_string, string
#include <vector> // Para vector
#include "asset.h" // Para Asset
#include "audio.h" // Para Audio
@@ -350,7 +350,7 @@ auto checkInputs() -> bool {
return true;
}
#ifdef DEBUG
#ifdef _DEBUG
// Debug info
if (Input::get()->checkInput(InputAction::SHOW_INFO, INPUT_DO_NOT_ALLOW_REPEAT, InputDevice::KEYBOARD)) {
Screen::get()->toggleDebugInfo();