diff options
author | chai <chaifix@163.com> | 2021-11-30 22:25:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-30 22:25:37 +0800 |
commit | 9e0e01b7f4375063f06e494113187d48614628e0 (patch) | |
tree | 21a4901612ad92c121f4c887a33b1bbbe87c6b00 /Client/ThirdParty/fix32/fix32.h |
+init
Diffstat (limited to 'Client/ThirdParty/fix32/fix32.h')
-rw-r--r-- | Client/ThirdParty/fix32/fix32.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 <stdint.h> + +// -2,147,483,648 to 2,147,483,647 +typedef int64_t fix32_t; + |