move to data

This commit is contained in:
2024-08-04 14:51:10 +02:00
parent 86a805b6e9
commit 98a2879129
4 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
#include "Game.hpp"
#include "SDL.h"
#include "SDL_ttf.h"
#include "words.hpp"
#include "data/words.hpp"
#include "utils.hpp"
#include "default_font.hpp"
#include "State.hpp"