mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Build tier1 & mathlib (#2368)
* Build tier1 & mathlib instead of statically linking * update hl2sdk-manifests * update hl2sdk-manifests * update hl2sdk-manifests * update hl2sdk-manifests * Update hl2sdk-manifests * Fix sdkhooks compilation --------- Co-authored-by: Nicholas Hastings <nshastings@gmail.com>
This commit is contained in:
parent
a401d97b09
commit
eb3b4d9822
@ -30,8 +30,12 @@
|
|||||||
#include "sourcemod.h"
|
#include "sourcemod.h"
|
||||||
#include "sourcemm_api.h"
|
#include "sourcemm_api.h"
|
||||||
|
|
||||||
|
#ifndef VPROF_ENABLED
|
||||||
#define VPROF_ENABLED
|
#define VPROF_ENABLED
|
||||||
|
#endif
|
||||||
|
#ifndef RAD_TELEMETRY_DISABLED
|
||||||
#define RAD_TELEMETRY_DISABLED
|
#define RAD_TELEMETRY_DISABLED
|
||||||
|
#endif
|
||||||
#include <tier0/vprof.h>
|
#include <tier0/vprof.h>
|
||||||
|
|
||||||
VProfTool sVProfTool;
|
VProfTool sVProfTool;
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
#ifndef _INCLUDE_SOURCEMOD_EXTENSION_PROPER_H_
|
#ifndef _INCLUDE_SOURCEMOD_EXTENSION_PROPER_H_
|
||||||
#define _INCLUDE_SOURCEMOD_EXTENSION_PROPER_H_
|
#define _INCLUDE_SOURCEMOD_EXTENSION_PROPER_H_
|
||||||
|
|
||||||
|
#include "takedamageinfohack.h"
|
||||||
|
|
||||||
#include "smsdk_ext.h"
|
#include "smsdk_ext.h"
|
||||||
#include <ISDKHooks.h>
|
#include <ISDKHooks.h>
|
||||||
#include <convar.h>
|
#include <convar.h>
|
||||||
@ -15,8 +17,6 @@
|
|||||||
#include <itoolentity.h>
|
#include <itoolentity.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "takedamageinfohack.h"
|
|
||||||
|
|
||||||
#if SOURCE_ENGINE >= SE_CSS && SOURCE_ENGINE != SE_LEFT4DEAD
|
#if SOURCE_ENGINE >= SE_CSS && SOURCE_ENGINE != SE_LEFT4DEAD
|
||||||
#define GETMAXHEALTH_IS_VIRTUAL
|
#define GETMAXHEALTH_IS_VIRTUAL
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user