MultiMC5/launcher/jreclient/JREClient.cpp
2023-09-01 22:50:24 +02:00

17 lines
294 B
C++

/*
* Copyright 2023 Petr Mrázek
*
* This source is subject to the Microsoft Permissive License (MS-PL).
* Please see the COPYING.md file for more information.
*/
#include "JREClient.h"
JREClient::JREClient(QObject* parent) : QObject(parent) {
}
void JREClient::refreshManifest() {
}