Files
UnlockedByDaylight/src/unlocker/utils.h
T
neru 27b8a0e497
Build / build (push) Failing after 2m51s
style: run clang-format
2026-04-11 13:08:25 -03:00

9 lines
149 B
C++

#pragma once
#include <string>
namespace utils
{
std::string getExePath();
std::string randomizeString(size_t length);
} // namespace utils