Preprocessor Helpers
These are some handy preprocessor macros to simplify certain tasks, like preprocessor concatenation that works properly with LINE.
Defines
define
TORQUE_CONCAT(x, y)
This command concatenates two tokens in a way that will work with things such as LINE.
Detailed Description
These are some handy preprocessor macros to simplify certain tasks, like preprocessor concatenation that works properly with LINE.
Defines
TORQUE_CONCAT(x, y)
This command concatenates two tokens in a way that will work with things such as LINE.