Last change
on this file since 80 was
80,
checked in by Sam Hocevar, 14 years ago
|
- Adding the Golgotha source code. Not sure what's going to be interesting
in there, but since it's all public domain, there's certainly stuff to
pick up.
|
-
Property svn:keywords set to
Id
|
File size:
401 bytes
|
Line | |
---|
1 | #ifndef _GEOM_H_
|
---|
2 |
|
---|
3 | #define _GEOM_H_
|
---|
4 |
|
---|
5 | #include <export.h>
|
---|
6 | #include "point2.h"
|
---|
7 | #include "point3.h"
|
---|
8 | #include "ipoint2.h"
|
---|
9 | #include "ipoint3.h"
|
---|
10 | #include "dpoint3.h"
|
---|
11 | #include "matrix2.h"
|
---|
12 | #include "matrix3.h"
|
---|
13 | #include "quat.h"
|
---|
14 | #include "stack3.h"
|
---|
15 | #include "box3.h"
|
---|
16 | #include "box2.h"
|
---|
17 | #include "bitarray.h"
|
---|
18 | #include "color.h"
|
---|
19 | #include "acolor.h"
|
---|
20 | #endif // _GEOM_H_
|
---|
21 |
|
---|
22 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.