mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-28 04:54:56 -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
|