primer commit

This commit is contained in:
2025-04-08 08:23:18 +02:00
parent 94c89b7ced
commit b6682fe7ff
30 changed files with 18573 additions and 1 deletions

9
source/global_inputs.h Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include <SDL3/SDL_events.h> // for SDL_Event
namespace globalInputs
{
// Comprueba los inputs que se pueden introducir en cualquier sección del juego
void check(const SDL_Event &event);
}