- [FIX] No se cridava a SDL_Init()

- [FIX] Ja funciona el gamepad
- [CHG] Canviat el format del temps en la pantalla de game over
- [CHG] Canvi en una habitació per a balancejar
This commit is contained in:
2024-10-02 20:40:10 +02:00
parent c92f2a13aa
commit 1f6956ad81
15 changed files with 85 additions and 48 deletions

7
source/controller.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
namespace controller
{
const bool down(const int which);
const bool pressed(const int which);
}