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;