mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-09 21:56:47 +00:00
9bc8559c49
This was SVN commit r547.
9 lines
204 B
C
Executable File
9 lines
204 B
C
Executable File
// $Id: wxconfig.h,v 1.2 2004/06/19 12:56:09 philip Exp $
|
|
|
|
#include "wx/string.h"
|
|
|
|
void ConfigInit();
|
|
wxString ConfigGet(wxString key);
|
|
void ConfigSet(wxString key, wxString value);
|
|
void ConfigDestroy();
|