gbowne1 / StarshipAscension

A C++ Space and Starship game in a 80x24 space
GNU General Public License v3.0
6 stars 0 forks source link

Vector2D Fix #21

Closed Karutoh closed 11 months ago

Karutoh commented 11 months ago

Changed Vector2D internal type to be uint32_t, removed underscore from the x and y members, fixed the type mismatching in methods, removed getX and getY as they are not needed due to the two member variables being public.