pmd-sky/include/dungeon_util.h
2024-11-20 22:50:41 -05:00

11 lines
202 B
C

#ifndef PMDSKY_DUNGEON_UTIL_H
#define PMDSKY_DUNGEON_UTIL_H
#include "dungeon.h"
static inline struct monster *GetEntInfo(struct entity *ent)
{
return ent->info;
}
#endif // PMDSKY_DUNGEON_UTIL_H