mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 07:28:17 -05:00
9 lines
152 B
C
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
|