OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / include / molvieFlightDefault.h
1 /*
2 # molvieDefault.h : $Revision$  
3 # $Date$ 
4 # Created by $Author$
5 # Usage : molvieDefault.h 
6 # Attention
7 #   $Loccker$
8 #       $State$ 
9 #
10 */
11 /* $Log$ */
12 #ifndef MOLVIEDEFAULT_H
13 #define MOLVIEDEFAULT_H
14
15 #include <stdlib.h>
16 #include "eosOpenGL.h"
17 #include "lmolvie.h"
18
19 #define WIN_WIDTH  (600)
20 #define WIN_HEIGHT (600)
21 #define WIN_POSX   (0)
22 #define WIN_POSY   (0)
23 #define WIN_NAME   "molvieFlight ver. 1.00"
24
25 extern int main(int argc, char* argv[]);
26
27 #endif /* MOLVIEDEFAULT_H */