mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_a_dmidna OK / f_op + misc cleanup (#276)
* some f_op / d_insect cleanup * rename some vars according to tww * d_a_dmidna OK * remove asm
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#ifndef D_D_KYEFF2_H
|
||||
#define D_D_KYEFF2_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "SSystem/SComponent/c_phase.h"
|
||||
#include "f_op/f_op_kankyo.h"
|
||||
|
||||
class dKyeff2_c {
|
||||
class dKyeff2_c : public kankyo_class {
|
||||
public:
|
||||
bool execute();
|
||||
int execute();
|
||||
};
|
||||
|
||||
#endif /* D_D_KYEFF2_H */
|
||||
|
||||
Reference in New Issue
Block a user