CommanderZ
Warlord
What sense do all the INLINE functions have? For example
is defined as
Then getX_INLINE is exactly the same thing as getX, isn't it? Why do they use this so much? What does it mean for me (developer)?
Code:
getX_INLINE()
Code:
#define getX_INLINE getX