mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-15 00:25:51 +00:00
11 lines
134 B
C++
11 lines
134 B
C++
#ifndef _CAUDIOSYS_HPP
|
|
#define _CAUDIOSYS_HPP
|
|
|
|
#include "types.h"
|
|
|
|
class CAudioSys {
|
|
public:
|
|
static const u8 kkMaxVolume;
|
|
};
|
|
|
|
#endif |