mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
6 lines
145 B
C
6 lines
145 B
C
#include "wx/string.h"
|
|
|
|
void ConfigInit();
|
|
wxString ConfigGet(wxString key);
|
|
void ConfigSet(wxString key, wxString value);
|
|
void ConfigDestroy();
|