1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 19:27:37 +00:00
re3/src/audio/AudioScriptObject.cpp

7 lines
178 B
C++
Raw Normal View History

2019-05-29 00:52:30 +00:00
#include "common.h"
#include "AudioScriptObject.h"
void PlayOneShotScriptObject(UInt8 id, CVector const &pos)
{
((void (__cdecl *)(UInt8, CVector const &))0x57C5F0)(id, pos);
}