From b62f87c9496cb38f9c49139386edf85d4fa14390 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 2 Dec 2021 21:07:58 +0800 Subject: *misc --- Client/ThirdParty/fix32/fix32.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Client/ThirdParty/fix32/fix32.hpp') diff --git a/Client/ThirdParty/fix32/fix32.hpp b/Client/ThirdParty/fix32/fix32.hpp index 7999ad4..e6945d8 100644 --- a/Client/ThirdParty/fix32/fix32.hpp +++ b/Client/ThirdParty/fix32/fix32.hpp @@ -5,13 +5,11 @@ extern "C" { #include "math-sll/math-sll.h" } -typedef sll fixed32_t; - // Q32.32 class Fix32 { public: - sll value; + sll value; // signed long long inline Fix32() { value = 0; } inline Fix32(const Fix32 &inValue) { value = inValue.value; } -- cgit v1.1-26-g67d0