summaryrefslogtreecommitdiffhomepage
path: root/debug.h
blob: 25a9671ae7f81b5b15233472c2a676a7a3119e3d (plain)
1
2
3
4
5
6
7
#pragma once

#include <string>

extern bool debug;

void Debug(std::string s);