blob: a8c645d4601c9cc0e21c5caa9b933fda08e5aeb5 (
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);
}
|