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

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