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
23 * Main libNeuro source file.
26 /*-------------------- Extern Headers Including --------------------*/
29 /*-------------------- Local Headers Including ---------------------*/
35 /*-------------------- Main Module Header --------------------------*/
36 #include <neuro_main.h>
39 /*-------------------- Other ----------------------------*/
41 /*-------------------- Global Variables ----------------------------*/
43 /*-------------------- Static Variables ----------------------------*/
45 /*-------------------- Static Prototypes ---------------------------*/
49 /*-------------------- Static Functions ----------------------------*/
51 /*-------------------- Global Functions ----------------------------*/
53 /*-------------------- Poll ----------------------------------------*/
63 _err
= Lib_PollEvent(NULL
);
68 /*-------------------- Constructor Destructor ----------------------*/
79 _err
= Graphics_Init();
91 _err
= Lib_FontsInit();