Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
water_block.h
Go to the documentation of this file.
1
#ifndef _WATER_BLOCK_H_
2
#define _WATER_BLOCK_H_
3
4
#include "
common_structs.h
"
5
6
API_CALLABLE(action_command_water_block_init);
7
API_CALLABLE(action_command_water_block_start);
8
void
action_command_water_block_update
(
void
);
9
void
action_command_water_block_draw
(
void
);
10
void
action_command_water_block_free
(
void
);
11
12
#endif
common_structs.h
action_command_water_block_draw
void action_command_water_block_draw(void)
action_command_water_block_update
void action_command_water_block_update(void)
action_command_water_block_free
void action_command_water_block_free(void)
src
battle
action_cmd
water_block.h
Generated by
1.10.0