mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
* 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
14 lines
303 B
C
14 lines
303 B
C
#ifndef D_KANKYO_D_KANKYO_WETHER_H
|
|
#define D_KANKYO_D_KANKYO_WETHER_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
void dKyw_wether_draw();
|
|
void dKyw_wether_delete();
|
|
void dKyw_wether_move_draw2();
|
|
void dKyw_wether_draw2();
|
|
void dKyw_wether_delete2();
|
|
void dKyw_wether_init2();
|
|
|
|
#endif /* D_KANKYO_D_KANKYO_WETHER_H */
|