pmd-sky/include/dungeon_generation.h
AnonymousRandomPerson 3c7bf0618f Decomped GenerateSecondaryTerrainFormations
Decomped by @DizzyEggg
2025-07-19 14:09:48 -04:00

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