mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
539edcf077
* some f_op / d_insect cleanup * rename some vars according to tww * d_a_dmidna OK * remove asm
12 lines
167 B
C++
12 lines
167 B
C++
#ifndef D_D_KYEFF_H
|
|
#define D_D_KYEFF_H
|
|
|
|
#include "f_op/f_op_kankyo.h"
|
|
|
|
class dKyeff_c : public kankyo_class {
|
|
public:
|
|
int execute();
|
|
};
|
|
|
|
#endif /* D_D_KYEFF_H */
|