sandbox.h 162 B

123456789101112
  1. #pragma once
  2. #if defined(__cplusplus)
  3. extern "C" {
  4. #endif
  5. const char* GetSandboxTaskId();
  6. const char* GetKosherSvnVersion();
  7. #if defined(__cplusplus)
  8. }
  9. #endif