migrant a SDL3
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
#include <SDL3/SDL_stdinc.h> // Para Uint32
|
||||
#include <memory> // Para unique_ptr, shared_ptr
|
||||
@@ -54,7 +55,7 @@ private:
|
||||
|
||||
// Variable
|
||||
int counter_ = 0; // Temporizador para la pantalla de titulo
|
||||
Uint32 ticks_ = 0; // Contador de ticks para ajustar la velocidad del programa
|
||||
Uint64 ticks_ = 0; // Contador de ticks para ajustar la velocidad del programa
|
||||
section::Name next_section_; // Indica cual es la siguiente sección a cargar cuando termine el contador del titulo
|
||||
section::Options selection_ = section::Options::TITLE_TIME_OUT; // Opción elegida en el titulo
|
||||
int num_controllers_; // Número de mandos conectados
|
||||
|
||||
Reference in New Issue
Block a user