Toquetechant includes

This commit is contained in:
2025-02-20 13:34:18 +01:00
parent bcb2e96069
commit e1d6aff724
65 changed files with 615 additions and 495 deletions

View File

@@ -1,11 +1,8 @@
#pragma once
#include <SDL2/SDL.h>
#include "utils.h"
#include <string>
#include <vector>
#ifndef STATS_H
#define STATS_H
#include <string> // for string, basic_string
#include <vector> // for vector
struct options_t;
class Stats
{
@@ -73,6 +70,4 @@ public:
// Añade una entrada al diccionario
void addDictionary(std::string number, std::string name);
};
#endif
};