9 lines
164 B
C
9 lines
164 B
C
|
#pragma once
|
||
|
|
||
|
#include "buildingplan-planner.h"
|
||
|
#include "buildingplan-rooms.h"
|
||
|
|
||
|
void debug(const char *fmt, ...) Wformat(printf,1,2);
|
||
|
|
||
|
extern bool show_debugging;
|