blob: 7cb81f7a6e0ef70ecbb8e73ac41ee0e10fb4278d (
plain) (
blame)
1
2
3
4
5
6
7
|
#include "common.h"
#include "AudioScriptObject.h"
void PlayOneShotScriptObject(UInt8 id, CVector const &pos)
{
((void (__cdecl *)(UInt8, CVector const &))0x57C5F0)(id, pos);
}
|