ReChecker/src/precompiled.h

35 lines
584 B
C
Raw Normal View History

2015-11-01 04:50:24 +06:00
#pragma once
2015-11-09 00:38:31 +06:00
#ifdef _WIN32 // WINDOWS
#pragma warning(disable : 4005)
#endif // _WIN32
#include <cstring> // strrchr
2015-11-01 04:50:24 +06:00
#include <extdll.h>
#include <enginecallback.h> // ALERT()
#include <meta_api.h>
#include <h_export.h>
#include "rehlds_api.h"
#include "engine_rehlds.h"
#include "main.h"
#include "config.h"
2015-11-09 00:38:31 +06:00
#include "cmdexec.h"
2015-11-01 04:50:24 +06:00
#include "sdk_util.h" // UTIL_LogPrintf, etc
/* <7508> ../engine/consistency.h:9 */
typedef struct consistency_s
{
char * filename;
int issound;
int orig_index;
int value;
int check_type;
float mins[3];
float maxs[3];
} consistency_t;