You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
213B

  1. #include <stdarg.h>
  2. #include <string.h>
  3. #include <random>
  4. #include <algorithm>
  5. #include <libgen.h> // for dirname and basename
  6. #include <sys/time.h>
  7. #if ARCH_WIN
  8. #include <windows.h>
  9. #include <shellapi.h>
  10. #endif