summaryrefslogtreecommitdiffstats
path: root/src/weapons/Weapon.cpp
blob: fea092458297c879e0bb00d47ce4c0b6d384c6fa (plain) (blame)
1
2
3
4
5
6
#include "common.h"
#include "patcher.h"
#include "Weapon.h"

WRAPPER bool CWeapon::Fire(CEntity*, CVector*) { EAXJMP(0x55C380); }
WRAPPER void CWeapon::AddGunshell(CEntity*, CVector const&, CVector2D const&, float) { EAXJMP(0x55F770); }