1 #ifndef MAIN_HPP
2 #define MAIN_HPP
3 
4 extern struct wf_runtime_config
5 {
6     bool no_damage_track = false;
7     bool damage_debug    = false;
8 } runtime_config;
9 
10 #endif /* end of include guard: MAIN_HPP */
11