mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
3a79e96e8b
* d_meter2 wip * d_s_play * d_file_sel_info * format * tag_lv5soup / tag_setBall / fix dKyeff * d_cc_uty
12 lines
142 B
C++
12 lines
142 B
C++
#ifndef D_D_KYEFF_H
|
|
#define D_D_KYEFF_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
class dKyeff_c {
|
|
public:
|
|
int execute();
|
|
};
|
|
|
|
#endif /* D_D_KYEFF_H */
|