mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-24 05:29:47 +00:00
11 lines
319 B
C
11 lines
319 B
C
#ifndef GUARD_DUNGEON_ACTION_H
|
|
#define GUARD_DUNGEON_ACTION_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
void ClearMonsterActionFields(ActionContainer *actionPointer);
|
|
void SetMonsterActionFields(ActionContainer *actionPointer, u16 action);
|
|
void SetActionPassTurnOrWalk(ActionContainer *actionPointer, s16 species);
|
|
|
|
#endif
|