mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-23 10:07:32 -05:00
9 lines
234 B
C
9 lines
234 B
C
#ifndef PMDSKY_DUNGEON_GENERATION_H
|
|
#define PMDSKY_DUNGEON_GENERATION_H
|
|
|
|
#include "dungeon_mode.h"
|
|
|
|
void GenerateSecondaryTerrainFormations(bool8 test_flag, struct floor_properties *floor_props);
|
|
|
|
#endif //PMDSKY_DUNGEON_GENERATION_H
|