Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/common/PTLensDB.h
Go to the documentation of this file.00001 /* 00002 ' PTLens, Copyright (C) 2004, Thomas Niemann 00003 ' email: thomasn@epaperpress.com, subject=ptlens 00004 ' 00005 ' Additional developers: 00006 ' Tim Jacobs twjacobs@gmail.com 00007 ' conversion to ANSI C 00008 ' 00009 ' Pablo d'Angelo pablo.dangelo@web.de 00010 ' code cleanup, removed global variables, standalone .c file 00011 ' 00012 ' This program is free software; you can redistribute 00013 ' it and/or modify it under the terms of the GNU 00014 ' General Public License as published by the Free 00015 ' Software Foundation; either version 2 of the 00016 ' License, or (at your option) any later version. 00017 ' 00018 ' This program is distributed in the hope that it will 00019 ' be useful, but WITHOUT ANY WARRANTY; without even 00020 ' the implied warranty of MERCHANTABILITY or FITNESS 00021 ' FOR A PARTICULAR PURPOSE. See the GNU General Public 00022 ' License for more details. 00023 ' 00024 ' You should have received a copy of the GNU General 00025 ' Public License along with this program; if not, 00026 ' write to the Free Software Foundation, Inc., 675 00027 ' Mass Ave, Cambridge, MA 02139, USA. 00028 */ 00029 00030 #ifndef _Hgn1_PTLENSDB_H 00031 #define _Hgn1_PTLENSDB_H 00032 00033 #include <lensdb/PTLensDB.h> 00034 00035 #endif
1.3.9.1