mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
12 lines
162 B
C++
12 lines
162 B
C++
#ifndef D_KYEFF_H
|
|
#define D_KYEFF_H
|
|
|
|
#include "f_op/f_op_kankyo.h"
|
|
|
|
class dKyeff_c : public kankyo_class {
|
|
public:
|
|
BOOL execute();
|
|
};
|
|
|
|
#endif /* D_KYEFF_H */
|