HMCLauncher: try bundled JRE
This commit is contained in:
10
HMCLauncher/HMCL/java.h
Normal file
10
HMCLauncher/HMCL/java.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include <windows.h>
|
||||
#include <string>
|
||||
#include "Version.h"
|
||||
|
||||
// Find Java installation in system registry
|
||||
bool FindJavaInRegistry(std::wstring &path);
|
||||
|
||||
// Find Java Installation in registry and environment variable
|
||||
bool FindJava(std::wstring &path);
|
||||
Reference in New Issue
Block a user