Heraia  0.1.8
heraia_types.h
Go to the documentation of this file.
1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
2 /*
3  types.h
4  types.h - all data types and pieces of common declarations
5 
6  (C) Copyright 2006 - 2011 Olivier Delhomme
7  e-mail : heraia@delhomme.org
8  URL : http://heraia.tuxfamily.org
9 
10  This program is free software; you can redistribute it and/or modify
11  it under the terms of the GNU General Public License as published by
12  the Free Software Foundation; either version 2, or (at your option)
13  any later version.
14 
15  This program is distributed in the hope that it will be useful,
16  but WITHOUT ANY WARRANTY; without even the implied warranty of
17  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  GNU General Public License for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with this program; if not, write to the Free Software
22  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23 */
24 /** @file heraia_types.h
25  * As there seems to be huge differences between the linux
26  * and the windows developpement platform such as that
27  * the included paths are correctly taken into account
28  * under linux (and thus nobody bothers) but not under
29  * windows, I decided to put all the .h definitions here
30  * even if it's ugly, this is supposed to solve the problem.
31  * Since libheraia is now created, everything has moved there !
32  */
33 #ifndef _HERAIA_TYPES_H_
34 #define _HERAIA_TYPES_H_
35 
36 #include <libheraia.h>
37 
38 #include "heraia.h"
39 
40 #endif /* _HERAIA_TYPES_H_ */
heraia's header file.
This file contains all the definitions and includes all other .h files.