TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.1k stars 221 forks source link

small cleanup and added typedefs for vec2 #61

Closed dhustkoder closed 8 years ago

dhustkoder commented 8 years ago

It could be using type alias with "using" keyword, but I do not know if Sparky is using c++11 features too much.