logmeow/windows/settings.h

6 lines
144 B
C

#pragma once
#include "../config.h"
void settings_window(Config& __restrict active_config, Config& __restrict inactive_config, bool* p_open);