- moved wipe code into the backend

This commit is contained in:
Christoph Oelckers 2022-04-25 17:30:57 +02:00
parent a067eacc79
commit feb65bcb99
4 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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"

View file

@ -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"