source:
GTP/trunk/App/Demos/Illum/Hierarchical Systems Demo [OpenGL]/RESOURCES/include/Includes.h
@
852
Revision 852, 353 bytes checked in by szirmay, 19 years ago (diff) |
---|
Line | |
---|---|
1 | #pragma once |
2 | |
3 | #ifdef WIN32 |
4 | # include <windows.h> |
5 | #endif |
6 | |
7 | #include <assert.h> |
8 | |
9 | # include <GL/gl.h> |
10 | # include <GL/glut.h> |
11 | |
12 | #include <Cg\cg.h> |
13 | #include <Cg\cgGL.h> |
14 | |
15 | #include<IL\il.h> |
16 | #include<IL\ilu.h> |
17 | #include<IL\ilut.h> |
18 | |
19 | # include <GL/glut.h> |
20 | |
21 | #include <tchar.h> |
22 | #include <math.h> |
23 | #ifndef M_PI |
24 | #define M_PI 3.14158692 |
25 | #endif |
26 | |
27 |
Note: See TracBrowser
for help on using the repository browser.