concept/mproof: Fixed an old minor bug in the concept.
[neuro.git] / include / neuro / NEURO.h
blob04f1aec679ad81bf54cc8e26bee3f21ac8d9d00d
2 /*
3 * libneuro, a light weight abstraction of high or lower libraries
4 * and toolkit for applications.
5 * Copyright (C) 2005-2006 Nicholas Niro, Robert Lemay
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22 /* library Neuro main header file
23 * include this file in your projects instead
24 * of each individually.
27 #ifndef __LIBNEURO_H
28 #define __LIBNEURO_H
30 #include "typedef.h"
32 #include "ebuf.h"
33 #include "debug.h"
34 #include "keymap.h"
35 #include "extlib.h"
36 #include "graphics.h"
37 #include "events.h"
38 #include "other.h"
39 #include "neuro_main.h"
40 #include "lbuf.h"
41 #include "parseConf.h"
44 #endif /* __LIBNEURO_H */