diff -r 9b682981e060 -r 39e59dd36b6e src/Types.hh --- 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 Vector; +typedef VectorType Vector; /** * A player's health is measured in... @@ -27,7 +27,7 @@ /** * A Terrain/Pixel coordinate as a PixelDimension Vector */ -typedef _Vector PixelCoordinate; +typedef VectorType PixelCoordinate; /** * A time interval, measured in real milliseconds