y_extra.inc 473 B

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