Browse Source

common: remove unneeded typedef for wad file type

pull/2/head
Alibek Omarov 2 years ago
parent
commit
3eb4862794
  1. 1
      common/xash3d_types.h

1
common/xash3d_types.h

@ -138,7 +138,6 @@ typedef unsigned int dword; @@ -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

Loading…
Cancel
Save