uLib  User mode C/C++ extended API library for Win32 programmers.
FIXED 16.16 math support

Module Description

This module contains a basic implementation for FIXED 16.16 fixed point math,
filling the gap where Microsoft provided no implementation whatsoever.
The implementation is entirely inline, all contained in this file.

If you need a more comprehensive implementation than this, there are
several free libraries for fixed point math available online.

#include <uLib/Fixed.hpp>

Classes

struct  Fixed