From Paul Martz, added support for OpenFlight15.8 LightPointSystems

This commit is contained in:
Robert Osfield
2004-04-10 11:30:16 +00:00
parent 5c01b5118e
commit ae7ceae631
13 changed files with 268 additions and 15 deletions

View File

@@ -41,8 +41,8 @@ public:
void copyBackToGeometry() {}
class Triangle;
class Edge;
struct Triangle;
struct Edge;
typedef std::vector<float> FloatList;