- 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

@ -29,7 +29,7 @@
#include "filesystem.h"
#include "g_level.h"
#include "colormatcher.h"
#include "textures/bitmap.h"
#include "bitmap.h"
#include "g_levellocals.h"
#include "models.h"
#include "image.h"