src/Types.hh
changeset 370 39e59dd36b6e
parent 311 440763821484
child 393 5dd4d782cf3a
--- a/src/Types.hh	Tue Dec 09 04:49:33 2008 +0000
+++ b/src/Types.hh	Mon Dec 15 14:24:38 2008 +0000
@@ -12,7 +12,7 @@
 /* 
  * Standard vector used for Physics stuff
  */
-typedef _Vector<float> Vector;
+typedef VectorType<float> Vector;
 
 /**
  * A player's health is measured in...
@@ -27,7 +27,7 @@
 /**
  * A Terrain/Pixel coordinate as a PixelDimension Vector
  */
-typedef _Vector<PixelDimension> PixelCoordinate;
+typedef VectorType<PixelDimension> PixelCoordinate;
 
 /**
  * A time interval, measured in real milliseconds