move to data
This commit is contained in:
parent
86a805b6e9
commit
98a2879129
@ -15,8 +15,8 @@ add_executable(hang_man src/main.cpp
|
||||
src/Game.cpp
|
||||
src/Game.hpp
|
||||
src/State.hpp
|
||||
src/words.hpp
|
||||
src/words.cpp
|
||||
src/data/words.hpp
|
||||
src/data/words.cpp
|
||||
src/utils.hpp
|
||||
src/GuessCorrector.cpp
|
||||
src/GuessCorrector.hpp
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user