2021-03-28 22:49:05 +02:00
|
|
|
#ifndef D_D_KYEFF_H
|
|
|
|
|
#define D_D_KYEFF_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 dKyeff_c : public kankyo_class {
|
2021-06-18 06:33:51 -07:00
|
|
|
public:
|
2022-02-06 06:23:54 -08:00
|
|
|
int execute();
|
2021-06-18 06:33:51 -07:00
|
|
|
};
|
|
|
|
|
|
2021-03-28 22:49:05 +02:00
|
|
|
#endif /* D_D_KYEFF_H */
|