mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07: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 */
|