Define TCOD_VERSIONNUM

Define Documentation

TCOD_VERSIONNUM(major, minor, patch)

Converts version numbers into a numeric value.

(1, 2, 3) -> 0x10203

New in version 1.16.