8 lines
108 B
8 lines
108 B
7 years ago
|
#ifndef SWAY_DEBUG_H
|
||
|
#define SWAY_DEBUG_H
|
||
|
|
||
|
extern bool enable_debug_tree;
|
||
|
void update_debug_tree();
|
||
|
|
||
|
#endif
|