Treballant en la conversió a SDL3

This commit is contained in:
2024-11-06 13:49:44 +01:00
parent b31a578731
commit 22619cf207
29 changed files with 97 additions and 88 deletions

View File

@@ -1,7 +1,7 @@
#include "jutil.h"
#include <string.h>
#include <ctype.h>
#include <SDL2/SDL.h>
#include <SDL3/SDL.h>
namespace util
{
int stringToInt(const char *value, std::vector<const char*> strings, std::vector<int> values)