summaryrefslogtreecommitdiff
path: root/include/d/d_kyeff2.h
blob: 407db5220b4c8ce4eb5d9860fb305a823a2a07e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef D_D_KYEFF2_H
#define D_D_KYEFF2_H

#include "f_op/f_op_kankyo.h"

class dKyeff2_c : public kankyo_class {
public:
    int execute();
};

#endif /* D_D_KYEFF2_H */