mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
7 lines
142 B
C
7 lines
142 B
C
#pragma once
|
|
|
|
#include <QString>
|
|
#include "filesystem_def.h"
|
|
|
|
fs::path QStringToPath(const QString&);
|
|
QString PathToQString(const fs::path&);
|