zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
zeni_rest.h
Go to the documentation of this file.
1 /* This file is part of the Zenipex Library (zenilib).
2  * Copyright (C) 2011 Mitchell Keith Bloch (bazald).
3  *
4  * zenilib is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU Lesser General Public License as published by
6  * the Free Software Foundation, either version 3 of the License, or
7  * (at your option) any later version.
8  *
9  * zenilib is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public License
15  * along with zenilib. If not, see <http://www.gnu.org/licenses/>.
16  */
17 
18 #ifndef ZENILIB_REST_H
19 #define ZENILIB_REST_H
20 
21 #ifndef ZENI_REST_DLL
22 #define ZENI_REST_DLL __declspec(dllimport)
23 #endif
24 #ifndef ZENI_REST_EXT
25 #define ZENI_REST_EXT extern
26 #endif
27 
28 #include <zeni_core.h>
29 #include <zeni_audio.h>
30 #include <zeni_graphics.h>
31 
33 #include <Zeni/Console_State.h>
34 #include <Zeni/Game.h>
35 #include <Zeni/Gamestate.h>
36 #include <Zeni/Gamestate_II.h>
37 #include <Zeni/Logo.h>
38 #include <Zeni/Popup_State.h>
39 #include <Zeni/Title_State.h>
40 #include <Zeni/Widget.h>
41 #include <Zeni/Widget_Gamestate.h>
42 
43 #include <Zeni/Game.hxx>
44 #include <Zeni/Gamestate.hxx>
45 #include <Zeni/Gamestate_II.hxx>
46 #include <Zeni/Widget.hxx>
47 
48 ZENI_REST_DLL int zenilib_main(int argc, char **argv);
49 
50 #endif
int zenilib_main(int argc, char **argv)
Definition: main.cpp:279