aboutsummaryrefslogtreecommitdiff
path: root/Client/ThirdParty/fix32/fix32.h
blob: fb3d65c9c8bbd9735ce5086820e9eb8c68eeb9a6 (plain)
1
2
3
4
5
6
7
#pragma once

#include <stdint.h>

// -2,147,483,648 to 2,147,483,647
typedef int64_t fix32_t;