CMake build system, big pile of libs: bspatch, quazip, java, the launcher
This commit is contained in:
parent
d6d5c86a73
commit
b1d00fce8d
69 changed files with 16978 additions and 27 deletions
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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue