mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-12 07:29:04 +00:00
Add RmlUi
This commit is contained in:
18
Minecraft.Server/RmlManagerStub.cpp
Normal file
18
Minecraft.Server/RmlManagerStub.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "stdafx.h"
|
||||
#include "../Minecraft.Client/RmlManager.h"
|
||||
|
||||
RmlManager& RmlManager::Get()
|
||||
{
|
||||
static RmlManager instance;
|
||||
return instance;
|
||||
}
|
||||
|
||||
RmlManager::RmlManager()
|
||||
: m_initialised(false)
|
||||
, m_context(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
RmlManager::~RmlManager()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user