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,12 +1,9 @@
#pragma once
#include <SDL2/SDL.h>
#include "common/asset.h"
#include "asset.h"
#include <string>
#ifndef LANG_H
#define LANG_H
// Códigos de idioma
#define es_ES 0
#define ba_BA 1
@@ -35,5 +32,4 @@ public:
// Obtiene la cadena de texto del indice
std::string getText(int index);
};
#endif
};