adg.h | adg.h | |||
---|---|---|---|---|
/* ADG - Automatic Drawing Generation | ||||
* Copyright (C) 2007-2008, Nicola Fontana <ntd at entidi.it> | ||||
* | ||||
* This library is free software; you can redistribute it and/or | ||||
* modify it under the terms of the GNU Library General Public | ||||
* License as published by the Free Software Foundation; either | ||||
* version 2 of the License, or (at your option) any later version. | ||||
* | ||||
* This library is distributed in the hope that it will be useful, | ||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||||
* Library General Public License for more details. | ||||
* | ||||
* You should have received a copy of the GNU Lesser General Public | ||||
* License along with this library; if not, write to the | ||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||||
* Boston, MA 02111-1307, USA. | ||||
*/ | ||||
#ifndef __ADG_H__ | #ifndef __ADG_H__ | |||
#define __ADG_H__ | #define __ADG_H__ | |||
#include <adg/adgcanvas.h> | #include <adg/adg-adim.h> | |||
#include <adg/adgcontainer.h> | #include <adg/adg-canvas.h> | |||
#include <adg/adgdim.h> | #include <adg/adg-container.h> | |||
#include <adg/adgentity.h> | #include <adg/adg-dim.h> | |||
#include <adg/adgldim.h> | #include <adg/adg-entity.h> | |||
#include <adg/adgmatrix.h> | #include <adg/adg-ldim.h> | |||
#include <adg/adgmodel.h> | #include <adg/adg-matrix.h> | |||
#include <adg/adgpair.h> | #include <adg/adg-model.h> | |||
#include <adg/adgpath.h> | #include <adg/adg-pair.h> | |||
#include <adg/adgstyle.h> | #include <adg/adg-path.h> | |||
#include <adg/adgtypebuiltins.h> | #include <adg/adg-style.h> | |||
#include <adg/adgutil.h> | #include <adg/adg-type-builtins.h> | |||
#include <adg/adg-util.h> | ||||
#endif /* __ADG_H__ */ | #endif /* __ADG_H__ */ | |||
End of changes. 2 change blocks. | ||||
12 lines changed or deleted | 32 lines changed or added | |||