Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
air_raid.h
Go to the documentation of this file.
1
#ifndef _AIR_RAID_H_
2
#define _AIR_RAID_H_
3
4
#include "
common_structs.h
"
5
6
// args: none
7
API_CALLABLE(action_command_air_raid_init);
8
9
// args: prep time, duration, difficulty
10
API_CALLABLE(action_command_air_raid_start);
11
12
void
action_command_air_raid_update
(
void
);
13
void
action_command_air_raid_draw
(
void
);
14
void
action_command_air_raid_free
(
void
);
15
16
#endif
action_command_air_raid_update
void action_command_air_raid_update(void)
action_command_air_raid_draw
void action_command_air_raid_draw(void)
action_command_air_raid_free
void action_command_air_raid_free(void)
common_structs.h
src
battle
action_cmd
air_raid.h
Generated by
1.10.0