1/////////////////////////////////////////////////////////////////////////////
2// Name:        artstd.cpp
3// Purpose:     stock wxArtProvider instance with native GTK+ stock icons
4// Author:      Vaclav Slavik
5// Modified by:
6// Created:     2004-08-22
7// RCS-ID:      $Id: artgtk.cpp 37063 2006-01-23 01:14:32Z MR $
8// Copyright:   (c) Vaclav Slavik, 2004
9// Licence:     wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12// ---------------------------------------------------------------------------
13// headers
14// ---------------------------------------------------------------------------
15
16// For compilers that support precompilation, includes "wx.h".
17#include "wx/wxprec.h"
18
19#if defined(__BORLANDC__)
20    #pragma hdrstop
21#endif
22