- moved bitmap.cpp to 'common' and remove the duplicate IceRemap.

This commit is contained in:
Christoph Oelckers 2020-04-11 20:23:26 +02:00
commit 8f8aed5ee3
10 changed files with 9 additions and 29 deletions

View file

@ -27,7 +27,7 @@
#include "m_random.h"
#include "f_wipe.h"
#include "templates.h"
#include "textures/bitmap.h"
#include "bitmap.h"
#include "hw_material.h"
class FBurnTexture : public FTexture

View file

@ -31,7 +31,7 @@
#include "r_swscene.h"
#include "filesystem.h"
#include "d_player.h"
#include "textures/bitmap.h"
#include "bitmap.h"
#include "swrenderer/scene/r_light.h"
#include "image.h"
#include "engineerrors.h"