mirror of https://github.com/zeldaret/tp.git
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 */
|