mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-30 06:34:27 +02:00
9 lines
190 B
C++
9 lines
190 B
C++
#pragma once
|
|
#include <QString>
|
|
namespace javautils
|
|
{
|
|
/*
|
|
* Get the version from a minecraft.jar by parsing its class files. Expensive!
|
|
*/
|
|
QString GetMinecraftJarVersion(QString jar);
|
|
} |