logmeow/windows/settings.h

6 lines
176 B
C
Raw Normal View History

2023-01-23 08:44:16 +00:00
#pragma once
2023-02-22 09:33:36 +00:00
struct Config; // forward declaration from ../config.h
2023-01-23 08:44:16 +00:00
void settings_window(Config& __restrict active_config, Config& __restrict inactive_config, bool* p_open);