mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-22 23:15:09 +00:00
8 lines
200 B
C++
8 lines
200 B
C++
#include "../../Minecraft.World/Platform/stdafx.h"
|
|
#include <assert.h>
|
|
#include "XUI_BasePlayer.h"
|
|
|
|
HRESULT CXuiSceneBasePlayer::OnInit(XUIMessageInit* pInitData, BOOL& bHandled) {
|
|
return S_OK;
|
|
}
|