mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 06:50:43 -04:00
e9672fd355
* d_a_bg_obj equivalent + misc * More Z2LinkMgr Matches
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
|