mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 07:28:17 -05:00
9 lines
197 B
C
9 lines
197 B
C
#ifndef GUARD_DUNGEON_PORTRAIT_PLACEMENT_H
|
|
#define GUARD_DUNGEON_PORTRAIT_PLACEMENT_H
|
|
|
|
#include "portrait_placement.h"
|
|
|
|
const struct PortraitPlacementInfo *GetPortraitPlacementInfo(u8 id);
|
|
|
|
#endif
|