mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 16:23:36 +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;
|
|
}
|