mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
13 lines
187 B
C++
13 lines
187 B
C++
#ifndef D_D_KYEFF2_H
|
|
#define D_D_KYEFF2_H
|
|
|
|
#include "dolphin/types.h"
|
|
#include "SSystem/SComponent/c_phase.h"
|
|
|
|
class dKyeff2_c {
|
|
public:
|
|
bool execute();
|
|
};
|
|
|
|
#endif /* D_D_KYEFF2_H */
|