mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-16 17:07:14 +00:00
CMake build system, big pile of libs: bspatch, quazip, java, the launcher
This commit is contained in:
9
java/javautils.h
Normal file
9
java/javautils.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <QString>
|
||||
namespace javautils
|
||||
{
|
||||
/*
|
||||
* Get the version from a minecraft.jar by parsing its class files. Expensive!
|
||||
*/
|
||||
QString GetMinecraftJarVersion(QString jar);
|
||||
}
|
||||
Reference in New Issue
Block a user