- moved file system implementation to 'common'.
This commit is contained in:
parent
80c6d5b276
commit
05d8856fe0
177 changed files with 179 additions and 177 deletions
|
|
@ -39,7 +39,7 @@
|
|||
#include <float.h>
|
||||
|
||||
|
||||
#include "w_wad.h"
|
||||
#include "filesystem.h"
|
||||
#include "r_sky.h"
|
||||
#include "colormaps.h"
|
||||
#include "templates.h"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
**
|
||||
**/
|
||||
|
||||
#include "w_wad.h"
|
||||
#include "filesystem.h"
|
||||
#include "cmdlib.h"
|
||||
#include "sc_man.h"
|
||||
#include "m_crc32.h"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
**
|
||||
**/
|
||||
|
||||
#include "w_wad.h"
|
||||
#include "filesystem.h"
|
||||
#include "r_data/models/models.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
//--------------------------------------------------------------------------
|
||||
//
|
||||
|
||||
#include "w_wad.h"
|
||||
#include "filesystem.h"
|
||||
#include "cmdlib.h"
|
||||
#include "r_data/models/models.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
//
|
||||
//--------------------------------------------------------------------------
|
||||
|
||||
#include "w_wad.h"
|
||||
#include "filesystem.h"
|
||||
#include "r_data/models/models_obj.h"
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
//--------------------------------------------------------------------------
|
||||
//
|
||||
|
||||
#include "w_wad.h"
|
||||
#include "filesystem.h"
|
||||
#include "cmdlib.h"
|
||||
#include "r_data/models/models_ue1.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
**
|
||||
**/
|
||||
|
||||
#include "w_wad.h"
|
||||
#include "filesystem.h"
|
||||
#include "g_level.h"
|
||||
#include "colormatcher.h"
|
||||
#include "textures/bitmap.h"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
#include "doomtype.h"
|
||||
#include "w_wad.h"
|
||||
#include "filesystem.h"
|
||||
|
||||
#include "s_sound.h"
|
||||
#include "d_player.h"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue