mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 17:32:30 +01:00
15 lines
277 B
C
15 lines
277 B
C
#ifndef _WORLD_PARTNER_TWINK_H_
|
|
#define _WORLD_PARTNER_TWINK_H_
|
|
|
|
#include "common.h"
|
|
#include "script_api/map.h"
|
|
|
|
void world_twink_init(Npc* partner);
|
|
|
|
Script world_twink_take_out;
|
|
Script world_twink_update;
|
|
Script world_twink_use_ability;
|
|
Script world_twink_put_away;
|
|
|
|
#endif
|