CCEngineServer/CMakeProject1/OSUtils.h
2021-08-29 23:21:55 +02:00

6 lines
121 B
C++

#pragma once
#include <boost/filesystem/path.hpp>
boost::filesystem::path ensureLogFolder(const std::string& appName);