tp/include/d/d_kyeff.h

12 lines
143 B
C++

#ifndef D_D_KYEFF_H
#define D_D_KYEFF_H
#include "dolphin/types.h"
class dKyeff_c {
public:
bool execute();
};
#endif /* D_D_KYEFF_H */