mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-16 18:09:59 +00:00
8 lines
121 B
C
Executable File
8 lines
121 B
C
Executable File
#ifdef HAVE_CONFIG_H
|
|
# include "sysdefs.h"
|
|
#else
|
|
# include <stddef.h>
|
|
# include <inttypes.h>
|
|
# include <limits.h>
|
|
#endif
|