@ -18,8 +18,6 @@
#include <stdio.h>
#include <string.h>
#include <memory.h>
#include <cmath>
#include "studio_util.h"
#include "r_studioint.h"
@ -20,8 +20,6 @@
@ -17,7 +17,6 @@
#include "cl_util.h"
#include "demo.h"
#include "demo_api.h"
int g_demosniper = 0;
int g_demosniperdamage = 0;
@ -7,8 +7,6 @@
// Client side entity management functions
#include "hud.h"
#include "const.h"
@ -10,8 +10,8 @@
#define HUD_IFACEH
#include "exportdef.h"
typedef int (*pfnUserMsgHook)( const char *pszName, int iSize, void *pbuf );
// redefine
// typedef int (*pfnUserMsgHook)( const char *pszName, int iSize, void *pbuf );
#include "wrect.h"
#include "../engine/cdll_int.h"
extern cl_enginefunc_t gEngfuncs;
@ -20,7 +20,6 @@
#include <stdlib.h>
int CL_ButtonBits( int );
void CL_ResetButtonBits( int bits );
@ -5,7 +5,6 @@
// $NoKeywords: $
//=============================================================================