2020-09-08 01:17:56 -06:00
|
|
|
#pragma once
|
2014-12-23 14:56:15 -07:00
|
|
|
|
2020-09-08 01:17:56 -06:00
|
|
|
#include "buildingplan-planner.h"
|
|
|
|
#include "buildingplan-rooms.h"
|
2014-12-23 14:56:15 -07:00
|
|
|
|
2020-10-04 21:05:08 -06:00
|
|
|
void debug(const char *fmt, ...) Wformat(printf,1,2);
|
2014-12-23 14:56:15 -07:00
|
|
|
|
2018-04-06 00:18:15 -06:00
|
|
|
extern bool show_debugging;
|