2021-03-28 22:49:05 +02:00
|
|
|
#ifndef D_D_KYEFF2_H
|
|
|
|
|
#define D_D_KYEFF2_H
|
|
|
|
|
|
|
|
|
|
#include "dolphin/types.h"
|
2022-10-03 15:26:26 -07:00
|
|
|
#include "SSystem/SComponent/c_phase.h"
|
2021-03-28 22:49:05 +02:00
|
|
|
|
2021-06-18 06:33:51 -07:00
|
|
|
class dKyeff2_c {
|
|
|
|
|
public:
|
|
|
|
|
bool execute();
|
|
|
|
|
};
|
|
|
|
|
|
2021-03-28 22:49:05 +02:00
|
|
|
#endif /* D_D_KYEFF2_H */
|