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