The credits file now also has underscores, which need to be escaped in LaTeX.
[Rockbox.git] / rbutil / wx_pch.h
blobc4da9a20ef8bfa500573c2ef90e7032ad11bdd48
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * Module: rbutil
9 * File: wx_pch.h
11 * Copyright (C) 2005 wxWidgets team
13 * All files in this archive are subject to the GNU General Public License.
14 * See the file COPYING in the source tree root for full license agreement.
16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
17 * KIND, either express or implied.
19 ****************************************************************************/
21 #ifndef WX_PCH_H_INCLUDED
22 #define WX_PCH_H_INCLUDED
24 #if ( defined(USE_PCH) && !defined(WX_PRECOMP) )
25 #define WX_PRECOMP
26 #endif // USE_PCH
28 // basic wxWidgets headers
29 #include <wx/wxprec.h>
31 #ifdef __BORLANDC__
32 #pragma hdrstop
33 #endif
35 #ifndef WX_PRECOMP
36 #include <wx/wx.h>
37 #endif
39 #ifdef USE_PCH
40 // put here all your rarely-changing header files
41 #endif // USE_PCH
43 #endif // WX_PCH_H_INCLUDED