Files
tp/include/d/d_kyeff2.h
T

13 lines
187 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_D_KYEFF2_H
#define D_D_KYEFF2_H
#include "dolphin/types.h"
#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 */