6 lines
117 B
C
6 lines
117 B
C
|
#pragma once
|
||
|
|
||
|
#include "../config.h"
|
||
|
|
||
|
void settings_window(Config& config, float* config_write_timer, bool* p_open);
|