Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 207 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 207 Bytes

LuaFixedPoint64

A fixed point 64bits library for Lua.

In 64 bit architecture, you can use lightuserdata type for fp64, build it with marco USELIGHTUSERDATA or add #define USELIGHTUSERDATA to fp64.c.