aboutsummaryrefslogtreecommitdiff
path: root/Client/ThirdParty/fix32/fix32.h
blob: 1c5d3c691327a269c8ec39c39c4cb979d4df33fb (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;