mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-02 01:30:25 -06:00
6 lines
92 B
C
6 lines
92 B
C
#pragma once
|
|
|
|
struct FileSystem
|
|
{
|
|
static const char* TransformPath(const char* path);
|
|
}; |