mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 08:14:15 +00:00
common: remove unneeded typedef for wad file type
This commit is contained in:
parent
c025606739
commit
3eb4862794
@ -138,7 +138,6 @@ typedef unsigned int dword;
|
|||||||
typedef unsigned int uint;
|
typedef unsigned int uint;
|
||||||
typedef char string[MAX_STRING];
|
typedef char string[MAX_STRING];
|
||||||
typedef struct file_s file_t; // normal file
|
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 struct stream_s stream_t; // sound stream for background music playing
|
||||||
typedef off_t fs_offset_t;
|
typedef off_t fs_offset_t;
|
||||||
#if XASH_WIN32
|
#if XASH_WIN32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user