mirror of
https://github.com/NickHu/sway
synced 2024-12-30 22:23:30 +01:00
8 lines
108 B
C
8 lines
108 B
C
|
#ifndef SWAY_DEBUG_H
|
||
|
#define SWAY_DEBUG_H
|
||
|
|
||
|
extern bool enable_debug_tree;
|
||
|
void update_debug_tree();
|
||
|
|
||
|
#endif
|