1
0
forked from 0ad/0ad
0ad/source/tools/fontbuilder/wxconfig.h
Ykkrosh 9bc8559c49 Even more Linuxness
This was SVN commit r547.
2004-06-19 12:56:09 +00:00

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();