aboutsummaryrefslogtreecommitdiff
path: root/src/cWiremesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cWiremesh.h')
-rw-r--r--src/cWiremesh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cWiremesh.h b/src/cWiremesh.h
index 82d3bd6..89f8fe3 100644
--- a/src/cWiremesh.h
+++ b/src/cWiremesh.h
@@ -39,7 +39,7 @@ struct sVector
sCoord3d direction;
char c;
- WORD color;
+ uint16_t color;
};
/**
@@ -56,7 +56,7 @@ public:
/**
* Add a line from _origin to (_origin + _vector) in 3D space.
*/
- void addVector(sCoord3d _origin, sCoord3d _vector, char _char, WORD _color);
+ void addVector(sCoord3d _origin, sCoord3d _vector, char _char, uint16_t _color);
/**
* Rotates by (x,y,z) degrees around the corresponding axis.