Files
jak-project/game/overlord/ssound.h
T
Tyler Wilding 9737dfad34 Add #pragma once to all headers
Resolves #19
2020-09-13 21:36:35 -04:00

9 lines
118 B
C

#pragma once
#ifndef JAK_V2_SSOUND_H
#define JAK_V2_SSOUND_H
void InitSound_Overlord();
#endif // JAK_V2_SSOUND_H