- moved v_text.cpp to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-11 19:39:45 +02:00
parent 2e5bc3e962
commit 3bf7686cfb
4 changed files with 3 additions and 4 deletions

View File

@ -1000,7 +1000,6 @@ set (PCH_SOURCES
gamedata/textures/animations.cpp
gamedata/textures/anim_switches.cpp
gamedata/textures/buildloader.cpp
gamedata/fonts/v_text.cpp
gamedata/p_xlat.cpp
gamedata/xlat/parse_xlat.cpp
gamedata/xlat/parsecontext.cpp
@ -1064,6 +1063,7 @@ set (PCH_SOURCES
common/fonts/font.cpp
common/fonts/hexfont.cpp
common/fonts/v_font.cpp
common/fonts/v_text.cpp
common/textures/hw_ihwtexture.cpp
common/textures/hw_material.cpp
common/textures/bitmap.cpp

View File

@ -38,10 +38,9 @@
#include <wctype.h>
#include "v_text.h"
#include "v_font.h"
#include "utf8.h"
#include "v_video.h"
#include "filesystem.h"
#include "gstrings.h"

View File

@ -27,7 +27,7 @@
#include "actor.h"
#include "i_time.h"
#include "g_game.h"
#include "gamedata/fonts/v_text.h"
#include "v_text.h"
#include "rendering/i_video.h"