mirror of
https://github.com/halpz/re3.git
synced 2025-01-25 07:00:59 +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);
|
||
|
}
|