// Name: settings.h
// Purpose:
// Author: Robert Roebling
-// Created: 01/02/97
-// Id:
-// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id: $Id$
+// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
public:
inline wxSystemSettings(void) {}
+ inline static void Init() {}
+ static void Done();
+
// Get a system colour
static wxColour GetSystemColour(int index);