mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 06:45:56 +00:00
7 lines
178 B
C++
7 lines
178 B
C++
|
#include "common.h"
|
||
|
#include "AudioScriptObject.h"
|
||
|
|
||
|
void PlayOneShotScriptObject(UInt8 id, CVector const &pos)
|
||
|
{
|
||
|
((void (__cdecl *)(UInt8, CVector const &))0x57C5F0)(id, pos);
|
||
|
}
|