OSDN Git Service

new file: bin/mrc2mrc
[eos/hostdependX86LINUX64.git] / include / molvieProjectionDefault.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 <GL/glut.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   "molvieProjection ver. 1.00"
24
25 #define SUBWIN_WIDTH  (256)
26 #define SUBWIN_HEIGHT (256)
27 #define SUBWIN_POSX   (610)
28 #define SUBWIN_POSY   (0)
29 #define SUBWIN_NAME   "Ortho"
30
31 extern int main(int argc, char* argv[]);
32 extern void lmolvieProjectionKeyboard(unsigned char pushkey, int x, int y);
33
34 #endif /* MOLVIEDEFAULT_H */