mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- moved v_text.cpp to 'common'.
This commit is contained in:
parent
2e5bc3e962
commit
3bf7686cfb
4 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue