1 // -*- c-basic-offset: 4 -*-
2 /** @file PTWXDlg.h
3  *
4  *  @author Pablo d'Angelo <pablo.dangelo@web.de>
5  *
6  *  $Id$
7  *
8  *  This is free software; you can redistribute it and/or
9  *  modify it under the terms of the GNU General Public
10  *  License as published by the Free Software Foundation; either
11  *  version 2 of the License, or (at your option) any later version.
12  *
13  *  This software is distributed in the hope that it will be useful,
14  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  *  Lesser General Public License for more details.
17  *
18  *  You should have received a copy of the GNU General Public
19  *  License along with this software. If not, see
20  *  <http://www.gnu.org/licenses/>.
21  *
22  */
23 
24 #ifndef _PTWXDLG_H
25 #define _PTWXDLG_H
26 
27 #include <hugin_shared.h>
28 
29 WXIMPEX void registerPTWXDlgFcn();
30 WXIMPEX void deregisterPTWXDlgFcn();
31 
32 
33 #endif // _PTWXDLG_H
34