- 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