Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_kyeff.h
Go to the documentation of this file.
1#ifndef D_D_KYEFF_H
2#define D_D_KYEFF_H
3
4#include "f_op/f_op_kankyo.h"
5
6class dKyeff_c : public kankyo_class {
7public:
8 int execute();
9};
10
11#endif /* D_D_KYEFF_H */
Definition d_kyeff.h:6
int execute()
Definition d_kyeff.cpp:16
Definition f_op_kankyo.h:7