]> git.pld-linux.org Git - packages/decopter.git/blame - decopter-c++.patch
- 0.2.11, updated paths patch, added c++ patch
[packages/decopter.git] / decopter-c++.patch
CommitLineData
9dae58e4
JB
1--- decopter-0.2.11/point3d.cc.orig 2003-03-12 16:18:34.000000000 +0100
2+++ decopter-0.2.11/point3d.cc 2003-05-17 00:36:31.000000000 +0200
3@@ -1,5 +1,6 @@
4 #include "point3d.h"
5 #include <GL/gl.h>
6+#include <iostream>
7
8 Point3D::Point3D (const Vector3D &pos, float _u, float _v)
9 {
10--- decopter-0.2.11/patch.cc.orig 2003-03-12 16:18:34.000000000 +0100
11+++ decopter-0.2.11/patch.cc 2003-05-17 10:42:28.000000000 +0200
12@@ -1,6 +1,7 @@
13 #include "patch.h"
14 #include <iostream>
15 #include <cmath>
16+#include <assert.h>
17
18 Patch::Patch(double _x1, double _z1, double _x2, double _z2, int PatchLevel, HeightMap *_hm, BTTPool *bttpool, int TextureSize, IndicesTree *lit, IndicesTree *rit, GLuint *_indices)
19 {
This page took 0.052695 seconds and 4 git commands to generate.