macro.pwn 62 B

12
  1. #define IsValidFontID(%0) \
  2. ( %0 >= 0 && %0 < MAX_FONTS )