OSDN Git Service

Modified: doc
[eos/optional.git] / doc / Objects / openGL.html
1 <HR>
2 <A NAME="Information">
3 <H2>Information from source codes</H2>
4 </A>
5 <PRE>
6 </PRE>
7 <HR>
8 <A NAME="include">
9 <H2>openGL.h</H2>
10 </A>
11 <PRE>
12 #ifndef EOS_OPENGL
13 #define EOS_OPENGL
14
15 extern void __openGLAA(void);
16 extern void openGLKeyDefault(char c, int x, int y );
17 #endif /* EOS_OPENGL */
18 </PRE>