Turn FIXED_TO_FLOAT into a function
- Mar 30, 2020
-
-
Monster Iestyn authored
use ATTRINLINE rather than inline to match some of the other functions in this file, though I'm told modern compilers ignore inlining info as they actually decide themselves now (though I could pretend we still support the older ones lol)
befae492 -
Monster Iestyn authored
Turn the fixed-float convert macros into inline functions, like those in GZDoom. The old macros get to be just the same as calling these inline functions.
2e27b3ea
-