mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-26 12:44:36 +00:00
* Remove stdafx.h and some <unordered_set> includes * Update Minecraft Server Defines and remove more unused folders/files * Unbloat stdafx.h from Minecraft.World
9 lines
149 B
C++
9 lines
149 B
C++
#include <assert.h>
|
|
#include "XUI_BasePlayer.h"
|
|
|
|
HRESULT CXuiSceneBasePlayer::OnInit( XUIMessageInit* pInitData, BOOL& bHandled )
|
|
{
|
|
return S_OK;
|
|
}
|
|
|