mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-02 09:47:58 +03:00
9 lines
246 B
C
9 lines
246 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include "..\Global\global.h"
|
||
|
|
||
|
#define DetatchSpark ((SPARKS* (__cdecl*)(int, int)) 0x0042E6A0)
|
||
|
|
||
|
void __cdecl TriggerDynamics(__int32 x, __int32 y, __int32 z, __int16 falloff, byte r, byte g, byte b);
|
||
|
|
||
|
void Inject_Effect2();
|