mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03: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
|