y_extra.inc 583 B

123456789101112131415161718192021222324
  1. #if defined _INC_y_extra
  2. #endinput
  3. #endif
  4. #define _INC_y_extra
  5. #tryinclude <sscanf2>
  6. #tryinclude <sscanf3>
  7. #if !defined sscanf || !defined WP_Hash
  8. #error y_extra requires plugins - please install sscanf and whirlpool.
  9. #endif
  10. // If you want to use y_extra, you need to use these (but nothing else).
  11. #include "..\YSI_Visual\y_commands"
  12. #include "..\YSI_Players\y_text"
  13. #if defined _inc_y_users
  14. #include "extra\y_extra_users"
  15. #endif
  16. // Don't need to check for y_languages being included as it's done by y_text.
  17. #include "extra\y_extra_languages"
  18. #include "extra\y_extra_other"