mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2025-02-22 22:01:55 +00:00
14 lines
160 B
C
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
|
|
|