mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 22:27:15 +00:00
font.cpp does not need gettext,
...and we can move it to wesnoth-lib where it belongs without problem, since it has no translatable strings yet
This commit is contained in:
parent
5d352a5961
commit
95ea58da3b
@ -1,4 +1,5 @@
|
||||
src/filechooser.cpp
|
||||
src/font.cpp
|
||||
src/hotkeys.cpp
|
||||
src/mapgen_dialog.cpp
|
||||
src/marked-up_text.cpp
|
||||
|
@ -2,7 +2,6 @@ src/about.cpp
|
||||
src/actions.cpp
|
||||
src/dialogs.cpp
|
||||
src/display.cpp
|
||||
src/font.cpp
|
||||
src/game.cpp
|
||||
src/game_events.cpp
|
||||
src/help.cpp
|
||||
|
@ -16,10 +16,9 @@
|
||||
#include "global.hpp"
|
||||
|
||||
#include "config.hpp"
|
||||
#include "font.hpp"
|
||||
#include "filesystem.hpp"
|
||||
#include "font.hpp"
|
||||
#include "game_config.hpp"
|
||||
#include "gettext.hpp"
|
||||
#include "log.hpp"
|
||||
#include "sdl_utils.hpp"
|
||||
#include "tooltips.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user