mirror of
https://github.com/Gigaslav/HL2Overcharged.git
synced 2026-01-02 17:48:11 +03:00
15 lines
446 B
C++
15 lines
446 B
C++
#include "cbase.h"
|
|
#include "basehlcombatweapon.h"
|
|
#include "weapon_instance.h"
|
|
|
|
// memdbgon must be the last include file in a .cpp file!!!
|
|
#include "tier0/memdbgon.h"
|
|
|
|
|
|
/*IMPLEMENT_SERVERCLASS_ST(CWeaponInstanceBase, DT_CWeaponInstanceBase)
|
|
END_SEND_TABLE()
|
|
BEGIN_DATADESC(CWeaponInstanceBase)
|
|
END_DATADESC()
|
|
LINK_ENTITY_TO_CLASS(weapon_instance, CWeaponInstanceBase);
|
|
PRECACHE_WEAPON_REGISTER(weapon_instance);*/
|