From 9e0e01b7f4375063f06e494113187d48614628e0 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 30 Nov 2021 22:25:37 +0800 Subject: +init --- Client/ThirdParty/fix32/fix32.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Client/ThirdParty/fix32/fix32.h (limited to 'Client/ThirdParty/fix32/fix32.h') diff --git a/Client/ThirdParty/fix32/fix32.h b/Client/ThirdParty/fix32/fix32.h new file mode 100644 index 0000000..1c5d3c6 --- /dev/null +++ b/Client/ThirdParty/fix32/fix32.h @@ -0,0 +1,7 @@ +#pragma once + +#include + +// -2,147,483,648 to 2,147,483,647 +typedef int64_t fix32_t; + -- cgit v1.1-26-g67d0