Counter Strike : Global Offensive Source Code
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.

17 lines
300 B

  1. #include "filters.h"
  2. #include "files.h"
  3. #include "base64.h"
  4. #include "hex.h"
  5. #include <iostream>
  6. USING_NAMESPACE(CryptoPP)
  7. USING_NAMESPACE(std)
  8. extern int (*AdhocTest)(int argc, char *argv[]);
  9. int MyAdhocTest(int argc, char *argv[])
  10. {
  11. return 0;
  12. }
  13. static int s_i = (AdhocTest = &MyAdhocTest, 0);