tp/include/d/d_kyeff2.h

12 lines
147 B
C++

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