spidey-decomp/ps2lowsfx.h
2024-05-11 16:08:12 +02:00

14 lines
160 B
C

#pragma once
#ifndef PS2LOWSFX_H
#define PS2LOWSFX_H
#include "export.h"
#include "vector.h"
EXPORT void SFX_PlayPos(unsigned int, CVector*, int);
#endif