1 /* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */
2 
3 #ifndef DEBUGCOLVOLDRAWER_H_
4 #define DEBUGCOLVOLDRAWER_H_
5 
6 
7 namespace DebugColVolDrawer
8 {
9 	extern bool enable;
10 
11 	void Draw();
12 }
13 
14 
15 #endif /* DEBUGCOLVOLDRAWER_H_ */
16