harfang3d/harfang/tests/utils.h
2022-12-07 09:51:01 +01:00

19 lines
347 B
C++

// HARFANG(R) Copyright (C) 2022 NWNC. Released under GPL/LGPL/Commercial Licence, see licence.txt for details.
#pragma once
#include <string>
#include <stdint.h>
namespace hg {
namespace test {
extern const std::string LoremIpsum;
std::string GetTempDirectoryName();
std::string CreateTempFilepath();
} // namespace test
} // namespace hg