blob: c3631f7a3321ab5de9775db55a9f190aeeb4fa21 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef GUARD_DUNGEON_ACTION_H
#define GUARD_DUNGEON_ACTION_H
#include "dungeon_entity.h"
// 0x44C94
void SetAction(struct DungeonActionContainer *actionPointer, u16 action);
#endif
|