mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-11 20:14:37 +02:00
11 lines
154 B
C++
11 lines
154 B
C++
#pragma once
|
|
|
|
class TestFileUtils
|
|
{
|
|
public:
|
|
void testDirName();
|
|
void testIsRelative();
|
|
void testSymlinkFileExists();
|
|
void testStandardDirs();
|
|
};
|