saltysystems / overworld

Open source framework for scalable multiplayer games.
Mozilla Public License 2.0
20 stars 3 forks source link

More vector types #30

Closed cmdrk closed 4 months ago

cmdrk commented 4 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.