saltysystems / overworld

Open source framework for scalable multiplayer games.
Mozilla Public License 2.0
22 stars 4 forks source link

More vector types #30

Closed cmdrk closed 5 months ago

cmdrk commented 5 months ago

This PR deletes a fair amount of unused code and adds some new de(serialization) for vector2f (single-precision float) and vector2i (integer) types.