mirror of
https://github.com/zeldaret/tp
synced 2026-05-27 16:13:56 -04:00
ba5ad31b54
* d_lib move * move / work on d_stage * add mDoExt funcs to header * d_kyeff/kyeff2, d_bg_s_poly_pass_chk * use array_size in d_stage
12 lines
147 B
C++
12 lines
147 B
C++
#ifndef D_D_KYEFF2_H
|
|
#define D_D_KYEFF2_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
class dKyeff2_c {
|
|
public:
|
|
bool execute();
|
|
};
|
|
|
|
#endif /* D_D_KYEFF2_H */
|