ALBA
albaIncludeWX.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: ALBA (Agile Library for Biomedical Applications)
4 Module: albaIncludeWX
5 Authors: Silvano Imboden
6
7 Copyright (c) BIC
8 All rights reserved. See Copyright.txt or
9
10
11 This software is distributed WITHOUT ANY WARRANTY; without even
12 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
13 PURPOSE. See the above copyright notice for more information.
14
15=========================================================================*/
18//#include "albaConfigure.h"
19
20#ifndef __albaIncludeWX_h
21#define __albaIncludeWX_h
22
23#ifdef ALBA_USE_WX
24
25//#include <wx/wxprec.h>
26//#ifndef WX_PRECOMP
27#include "wx/wx.h"
28//#endif
29#endif
30
31#endif