summaryrefslogtreecommitdiff
path: root/src/wild.hpp
blob: 54dd95267e8637c3a24b45c0f35af78ce7bf1d66 (plain)
1
2
3
4
5
6
#pragma once

void wilderness_gen();
void wilderness_gen_small(void);
void reveal_wilderness_around_player(int y, int x, int h, int w);
void town_gen(int t_idx);