Files
M2noa-MCLCE-Archive/precompiled-windows/Common/XUI/XUI_BasePlayer.cpp
2026-03-04 19:50:13 -06:00

10 lines
169 B
C++

#include "stdafx.h"
#include <assert.h>
#include "XUI_BasePlayer.h"
HRESULT CXuiSceneBasePlayer::OnInit( XUIMessageInit* pInitData, BOOL& bHandled )
{
return S_OK;
}