Cthulhu  0.2.10
Cthulhu compiler collection
config.hpp
Go to the documentation of this file.
1 // SPDX-License-Identifier: GPL-3.0-only
2 #pragma once
3 
4 #include "config/config.h"
5 
6 namespace ed
7 {
8  void draw_config_panel(cfg_group_t *config);
9 }
Definition: compile.hpp:13
void draw_config_panel(cfg_group_t *config)
Definition: config.cpp:351