mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
11 lines
299 B
C
11 lines
299 B
C
#ifndef PMDSKY_RUN_DUNGEON_H
|
|
#define PMDSKY_RUN_DUNGEON_H
|
|
|
|
#include "util.h"
|
|
|
|
// Calls IsBackgroundTileset with the current tileset ID
|
|
// return: True if the current dungeon tileset is a background, false if it's a regular tileset.
|
|
bool8 IsCurrentTilesetBackground();
|
|
|
|
#endif //PMDSKY_RUN_DUNGEON_H
|