#ifndef MATH_TYPES_HPP #define MATH_TYPES_HPP #include struct fixed16 { int16_t n; explicit operator float() const; }; #endif