Add shorthand aliases for fixed-point functions in Lua
I was tired of typing FRACUNIT
and FixedMul
scattered all around math formulas
in Lua scripts, so I added shorthand aliases for them.
I also added aliases for all the other fixed-point functions, for consistency.
Edited by LJ Sonic