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