2019-05-28 20:52:30 -04:00
|
|
|
#include "common.h"
|
|
|
|
#include "AudioScriptObject.h"
|
|
|
|
|
2019-06-16 18:16:38 -04:00
|
|
|
void PlayOneShotScriptObject(uint8 id, CVector const &pos)
|
2019-05-28 20:52:30 -04:00
|
|
|
{
|
2019-06-16 18:16:38 -04:00
|
|
|
((void (__cdecl *)(uint8, CVector const &))0x57C5F0)(id, pos);
|
2019-05-28 20:52:30 -04:00
|
|
|
}
|