- [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
8 lines
118 B
C++
8 lines
118 B
C++
#pragma once
|
|
|
|
namespace controller
|
|
{
|
|
const bool down(const int which);
|
|
const bool pressed(const int which);
|
|
}
|