Start to work on dual input for P1

This commit is contained in:
2021-08-29 19:54:18 +02:00
parent 4de3d69bb8
commit 02b528ea8c
12 changed files with 110 additions and 48 deletions

View File

@@ -94,6 +94,9 @@ private:
// Modifica las opciones para los controles de los jugadores
void SwitchInputs(int value);
// Crea el mosaico de fondo del titulo
void createTiledBackground();
public:
// Constructor
Title(SDL_Window *window, SDL_Renderer *renderer, Input *input, std::string *fileList, options_t *options, Lang *lang);