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