common: remove unneeded typedef for wad file type

This commit is contained in:
Alibek Omarov 2022-08-01 15:06:54 +03:00
parent c025606739
commit 3eb4862794
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ typedef unsigned int dword;
typedef unsigned int uint;
typedef char string[MAX_STRING];
typedef struct file_s file_t; // normal file
typedef struct wfile_s wfile_t; // wad file
typedef struct stream_s stream_t; // sound stream for background music playing
typedef off_t fs_offset_t;
#if XASH_WIN32