File.h 162 B

123456789101112131415
  1. #pragma once
  2. #include <string>
  3. namespace il2cpp
  4. {
  5. namespace os
  6. {
  7. namespace lumin
  8. {
  9. std::string PathForErrorLog();
  10. std::string PathForOutputLog();
  11. }
  12. }
  13. }