started to fix the manuals for EBuf. Implemented a
[neuro.git] / include / neuro / neuro_main.h
blob63fba8d3b7f1cadc5e0b279d8c752de2330980c7
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 /* neuro.h */
24 #ifndef __NEURO_H
25 #define __NEURO_H
27 #include "neuro_engine.h"
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
33 extern int Neuro_Poll();
34 extern int Neuro_Init();
35 extern void Neuro_Quit();
37 #ifdef __cplusplus
39 #endif
41 #endif /* __MODULE_H */