mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-30 00:16:19 -04:00
0f7642799e
* 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
143 B
C++
12 lines
143 B
C++
#ifndef D_D_KYEFF_H
|
|
#define D_D_KYEFF_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
class dKyeff_c {
|
|
public:
|
|
bool execute();
|
|
};
|
|
|
|
#endif /* D_D_KYEFF_H */
|