mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 13:21:51 +08:00
engine: client: identification: add client.h so compiler doesn't complain about missing prototypes for public functions
This commit is contained in:
@@ -14,13 +14,14 @@ GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <inttypes.h>
|
||||
#include "common.h"
|
||||
#include <fcntl.h>
|
||||
#if !XASH_WIN32
|
||||
#include <dirent.h>
|
||||
#else
|
||||
#include <io.h>
|
||||
#endif
|
||||
#include "common.h"
|
||||
#include "client.h"
|
||||
|
||||
/*
|
||||
==========================================================
|
||||
|
||||
Reference in New Issue
Block a user