- 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

@ -39,7 +39,7 @@
#include <float.h>
#include "w_wad.h"
#include "filesystem.h"
#include "r_sky.h"
#include "colormaps.h"
#include "templates.h"

View file

@ -36,7 +36,7 @@
#include "sc_man.h"
#include "templates.h"
#include "w_wad.h"
#include "filesystem.h"
#include "gi.h"
#include "r_state.h"
#include "stats.h"

View file

@ -26,7 +26,7 @@
**
**/
#include "w_wad.h"
#include "filesystem.h"
#include "cmdlib.h"
#include "sc_man.h"
#include "m_crc32.h"

View file

@ -26,7 +26,7 @@
**
**/
#include "w_wad.h"
#include "filesystem.h"
#include "r_data/models/models.h"
#ifdef _MSC_VER

View file

@ -20,7 +20,7 @@
//--------------------------------------------------------------------------
//
#include "w_wad.h"
#include "filesystem.h"
#include "cmdlib.h"
#include "r_data/models/models.h"

View file

@ -19,7 +19,7 @@
//
//--------------------------------------------------------------------------
#include "w_wad.h"
#include "filesystem.h"
#include "r_data/models/models_obj.h"
/**

View file

@ -20,7 +20,7 @@
//--------------------------------------------------------------------------
//
#include "w_wad.h"
#include "filesystem.h"
#include "cmdlib.h"
#include "r_data/models/models_ue1.h"

View file

@ -26,7 +26,7 @@
**
**/
#include "w_wad.h"
#include "filesystem.h"
#include "g_level.h"
#include "colormatcher.h"
#include "textures/bitmap.h"

View file

@ -41,7 +41,7 @@
#include "d_netinf.h"
#include "sc_man.h"
#include "engineerrors.h"
#include "w_wad.h"
#include "filesystem.h"
#include "serializer.h"
#include "d_player.h"
#include "r_data/sprites.h"

View file

@ -38,7 +38,7 @@
#include "templates.h"
#include "c_cvars.h"
#include "w_wad.h"
#include "filesystem.h"
#include "doomtype.h"
#ifdef _DEBUG
#include "c_dispatch.h"

View file

@ -22,7 +22,7 @@
#include "doomtype.h"
#include "w_wad.h"
#include "filesystem.h"
#include "s_sound.h"
#include "d_player.h"

View file

@ -42,7 +42,7 @@
#include "templates.h"
#include "v_video.h"
#include "w_wad.h"
#include "filesystem.h"
#include "i_video.h"
#include "c_dispatch.h"
#include "st_stuff.h"

View file

@ -39,7 +39,7 @@
#include "m_swap.h"
#include "m_argv.h"
#include "w_wad.h"
#include "filesystem.h"
#include "v_video.h"
#include "sc_man.h"
#include "s_sound.h"