|
|
@ -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 |
|
|
|