spidey-decomp/ps2lowsfx.h
2024-05-26 17:23:13 +02:00

16 lines
240 B
C

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