Eliminat tot el online, jailerid, tables de puntuacions, etc..

Tots els fitxers cpp juntets
This commit is contained in:
2025-02-21 11:07:39 +01:00
parent 62a61ecad4
commit a08da3b983
60 changed files with 88 additions and 2110 deletions

View File

@@ -1,10 +1,7 @@
#pragma once
#include <SDL2/SDL.h>
#include "common/texture.h"
#ifndef FADE_H
#define FADE_H
#include "texture.h"
// Tipos de fundido
#define FADE_FULLSCREEN 0
@@ -52,6 +49,4 @@ public:
// Establece el tipo de fade
void setFadeType(Uint8 fadeType);
};
#endif
};