mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 11:23:43 +00:00
10 lines
197 B
C++
10 lines
197 B
C++
#include "../../Minecraft.World/Build/stdafx.h"
|
|
#include <assert.h>
|
|
#include "XUI_BasePlayer.h"
|
|
|
|
HRESULT CXuiSceneBasePlayer::OnInit( XUIMessageInit* pInitData, BOOL& bHandled )
|
|
{
|
|
return S_OK;
|
|
}
|
|
|