mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-24 07:10:48 -04:00
f1d8c41c38
* work on d_s_play * some fixes
10 lines
151 B
C++
10 lines
151 B
C++
#ifndef D_A_TITLE_H
|
|
#define D_A_TITLE_H
|
|
|
|
class daTitle_proc_c {
|
|
public:
|
|
static void daTitle_Kirakira_Sound_flag_on();
|
|
};
|
|
|
|
#endif /* D_A_TITLE_H */
|