- moved file system implementation to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-11 13:36:23 +02:00
commit 05d8856fe0
177 changed files with 179 additions and 177 deletions

View file

@ -29,7 +29,7 @@
#include "hwrenderer/textures/hw_material.h"
#include "swrenderer/r_renderer.h"
#include "r_swscene.h"
#include "w_wad.h"
#include "filesystem.h"
#include "d_player.h"
#include "textures/bitmap.h"
#include "swrenderer/scene/r_light.h"