mirror of
https://github.com/td512/re3.git
synced 2026-03-01 08:03:56 +00:00
the great reorganization
This commit is contained in:
7
src/objects/Projectile.cpp
Normal file
7
src/objects/Projectile.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
#include "Projectile.h"
|
||||
|
||||
STARTPATCHES
|
||||
InjectHook(0x4BFED0, &CProjectile::dtor, PATCH_JUMP);
|
||||
ENDPATCHES
|
||||
Reference in New Issue
Block a user