pmd-red/include/dungeon_util_1.h
2022-03-10 22:33:12 -05:00

9 lines
152 B
C

#ifndef GUARD_DUNGEON_UTIL_1_H
#define GUARD_DUNGEON_UTIL_1_H
#include "dungeon_entity.h"
bool8 IsMovingClient(struct DungeonEntity *entity);
#endif