macro.pwn 68 B

12
  1. #define IsValidTextureID(%0) \
  2. ( %0 >= 0 && %0 < MAX_TEXTURES )