1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Network: Send IEEE floats (#7768)

This commit is contained in:
SmallJoker 2018-12-13 11:20:57 +01:00 committed by Loïc Blot
parent 8471d027b9
commit 839e935ba0
9 changed files with 317 additions and 12 deletions

View file

@ -28,6 +28,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <iomanip>
#include <vector>
FloatType g_serialize_f32_type = FLOATTYPE_UNKNOWN;
////
//// BufReader
////