YATISH
Yet Another TIme SHeet
/home/nicolas/sources/yatish/wx_pch.h
Go to the documentation of this file.
1
/***************************************************************
2
* Name: wx_pch.h
3
* Purpose: Header to create Pre-Compiled Header (PCH)
4
* Author: Nicolas Pérenne (nicolas.perenne@eif-services.eu)
5
* Created: 2020-02-11
6
* Copyright: EIF-services (https://www.eif-services.eu)
7
* License: GPLv3
8
**************************************************************/
9
10
#ifndef WX_PCH_H_INCLUDED
11
#define WX_PCH_H_INCLUDED
12
13
// basic wxWidgets headers
14
#include <wx/wxprec.h>
15
16
#ifdef __BORLANDC__
17
#pragma hdrstop
18
#endif
19
20
#ifndef WX_PRECOMP
21
#include <wx/wx.h>
22
#endif
23
24
#ifdef WX_PRECOMP
25
// put here all your rarely-changing header files
26
#endif // WX_PRECOMP
27
28
#endif // WX_PCH_H_INCLUDED
Generated by
1.8.13