jak-project/common/util/FileUtil.h

11 lines
133 B
C
Raw Normal View History

2020-09-09 00:54:16 -04:00
#pragma once
#include <string>
namespace FileUtil
{
class FileUtil
{
public:
std::string get_file_path();
};
}