Files
tp/include/d/d_kyeff2.h
T

12 lines
171 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_D_KYEFF2_H
#define D_D_KYEFF2_H
2023-02-10 09:07:47 -08:00
#include "f_op/f_op_kankyo.h"
2021-03-28 22:49:05 +02:00
2023-02-10 09:07:47 -08:00
class dKyeff2_c : public kankyo_class {
2021-06-18 06:33:51 -07:00
public:
2023-02-10 09:07:47 -08:00
int execute();
2021-06-18 06:33:51 -07:00
};
2021-03-28 22:49:05 +02:00
#endif /* D_D_KYEFF2_H */