#include "../LinearAlgebra/Spherical.h" namespace Passer::Control { class LowLevelMessages { public: static void SendFloat16(unsigned char *buffer, unsigned char *ix, float value); }; } // namespace Passer::Control using namespace Passer::Control;