mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 09:57:21 +01:00
Remove unneeded macros.
This commit is contained in:
parent
f14d7cc552
commit
e3f953064d
@ -15,11 +15,7 @@
|
|||||||
#ifndef ENGINECALLBACK_H
|
#ifndef ENGINECALLBACK_H
|
||||||
#define ENGINECALLBACK_H
|
#define ENGINECALLBACK_H
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#ifndef __MINGW32__
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#endif /* not __MINGW32__ */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "event_flags.h"
|
#include "event_flags.h"
|
||||||
|
|
||||||
|
@ -12,15 +12,10 @@
|
|||||||
* without written permission from Valve LLC.
|
* without written permission from Valve LLC.
|
||||||
*
|
*
|
||||||
****/
|
****/
|
||||||
|
|
||||||
#ifndef CUSTOM_H
|
#ifndef CUSTOM_H
|
||||||
#define CUSTOM_H
|
#define CUSTOM_H
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#ifndef __MINGW32__
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#endif /* not __MINGW32__ */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "const.h"
|
#include "const.h"
|
||||||
|
|
||||||
|
@ -16,11 +16,7 @@
|
|||||||
#ifndef EDICT_H
|
#ifndef EDICT_H
|
||||||
#define EDICT_H
|
#define EDICT_H
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#ifndef __MINGW32__
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#endif /* not __MINGW32__ */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define MAX_ENT_LEAFS 48
|
#define MAX_ENT_LEAFS 48
|
||||||
|
|
||||||
|
@ -12,15 +12,10 @@
|
|||||||
* without written permission from Valve LLC.
|
* without written permission from Valve LLC.
|
||||||
*
|
*
|
||||||
****/
|
****/
|
||||||
|
|
||||||
#ifndef PROGDEFS_H
|
#ifndef PROGDEFS_H
|
||||||
#define PROGDEFS_H
|
#define PROGDEFS_H
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#ifndef __MINGW32__
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#endif /* not __MINGW32__ */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
@ -15,11 +15,7 @@
|
|||||||
#ifndef PM_DEBUG_H
|
#ifndef PM_DEBUG_H
|
||||||
#define PM_DEBUG_H
|
#define PM_DEBUG_H
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#ifndef __MINGW32__
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#endif /* not __MINGW32__ */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void PM_ViewEntity( void );
|
void PM_ViewEntity( void );
|
||||||
void PM_DrawBBox( vec3_t mins, vec3_t maxs, vec3_t origin, int pcolor, float life );
|
void PM_DrawBBox( vec3_t mins, vec3_t maxs, vec3_t origin, int pcolor, float life );
|
||||||
|
@ -12,15 +12,10 @@
|
|||||||
* without written permission from Valve LLC.
|
* without written permission from Valve LLC.
|
||||||
*
|
*
|
||||||
****/
|
****/
|
||||||
|
|
||||||
#ifndef PM_DEFS_H
|
#ifndef PM_DEFS_H
|
||||||
#define PM_DEFS_H
|
#define PM_DEFS_H
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#ifndef __MINGW32__
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#endif /* not __MINGW32__ */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define MAX_PHYSENTS 600 // Must have room for all entities in the world.
|
#define MAX_PHYSENTS 600 // Must have room for all entities in the world.
|
||||||
#define MAX_MOVEENTS 64
|
#define MAX_MOVEENTS 64
|
||||||
|
@ -15,11 +15,7 @@
|
|||||||
#ifndef PM_INFO_H
|
#ifndef PM_INFO_H
|
||||||
#define PM_INFO_H
|
#define PM_INFO_H
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#ifndef __MINGW32__
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#endif /* not __MINGW32__ */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define MAX_PHYSINFO_STRING 256
|
#define MAX_PHYSINFO_STRING 256
|
||||||
#endif//PM_INFO_H
|
#endif//PM_INFO_H
|
||||||
|
@ -16,11 +16,7 @@
|
|||||||
#ifndef PM_SHARED_H
|
#ifndef PM_SHARED_H
|
||||||
#define PM_SHARED_H
|
#define PM_SHARED_H
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#ifndef __MINGW32__
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#endif /* not __MINGW32__ */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void PM_Init( struct playermove_s *ppmove );
|
void PM_Init( struct playermove_s *ppmove );
|
||||||
void PM_Move( struct playermove_s *ppmove, int server );
|
void PM_Move( struct playermove_s *ppmove, int server );
|
||||||
|
Loading…
Reference in New Issue
Block a user