Files
tp/include/d/d_kyeff.h
T

12 lines
142 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_D_KYEFF_H
#define D_D_KYEFF_H
#include "dolphin/types.h"
2021-06-18 06:33:51 -07:00
class dKyeff_c {
public:
int execute();
2021-06-18 06:33:51 -07:00
};
2021-03-28 22:49:05 +02:00
#endif /* D_D_KYEFF_H */