mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
214cfce7f6
* 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
|