mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
12 lines
152 B
C++
12 lines
152 B
C++
#ifndef Z2AUDIOCS_H
|
|
#define Z2AUDIOCS_H
|
|
|
|
#include "global.h"
|
|
|
|
class Z2AudioCS {
|
|
public:
|
|
static int startLevel(s32 param_1, s32 param_2);
|
|
};
|
|
|
|
#endif
|