mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- moved wipe code into the backend
This commit is contained in:
parent
a067eacc79
commit
feb65bcb99
4 changed files with 3 additions and 3 deletions
|
@ -953,7 +953,6 @@ set (PCH_SOURCES
|
|||
g_statusbar/sbarinfo.cpp
|
||||
g_statusbar/sbar_mugshot.cpp
|
||||
g_statusbar/shared_sbar.cpp
|
||||
rendering/2d/f_wipe.cpp
|
||||
rendering/2d/v_blend.cpp
|
||||
rendering/hwrenderer/hw_entrypoint.cpp
|
||||
rendering/hwrenderer/hw_vertexbuilder.cpp
|
||||
|
@ -1036,6 +1035,7 @@ set (PCH_SOURCES
|
|||
common/2d/v_2ddrawer.cpp
|
||||
common/2d/v_drawtext.cpp
|
||||
common/2d/v_draw.cpp
|
||||
common/2d/wipe.cpp
|
||||
common/thirdparty/gain_analysis.cpp
|
||||
common/thirdparty/sfmt/SFMT.cpp
|
||||
common/fonts/singlelumpfont.cpp
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#include "v_video.h"
|
||||
#include "m_random.h"
|
||||
#include "f_wipe.h"
|
||||
#include "wipe.h"
|
||||
|
||||
#include "bitmap.h"
|
||||
#include "hw_material.h"
|
|
@ -54,7 +54,7 @@
|
|||
#include "s_sound.h"
|
||||
#include "v_video.h"
|
||||
#include "intermission/intermission.h"
|
||||
#include "f_wipe.h"
|
||||
#include "wipe.h"
|
||||
#include "m_argv.h"
|
||||
#include "m_misc.h"
|
||||
#include "menu.h"
|
||||
|
|
Loading…
Reference in a new issue