rpcsx/rpcs3/Loader/PKG.h

9 lines
130 B
C
Raw Normal View History

#pragma once
2015-04-25 00:18:12 +02:00
namespace fs { struct file; }
2015-04-19 15:19:24 +02:00
struct PKGLoader
{
2015-04-24 23:38:11 +02:00
static bool Install(const fs::file& pkg_f, std::string dest);
};