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
|
|
|
|
2015-01-05 18:02:54 -07:00
|
|
|
void debug(const std::string &msg);
|
2014-12-23 14:56:15 -07:00
|
|
|
|
2018-04-06 00:18:15 -06:00
|
|
|
extern bool show_debugging;
|