logmeow/windows/settings.h

6 lines
176 B
C

#pragma once
struct Config; // forward declaration from ../config.h
void settings_window(Config& __restrict active_config, Config& __restrict inactive_config, bool* p_open);