mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-12 13:01:59 +00:00
New File System and Cleanup some code Part 3
* Remove stdafx.h and some <unordered_set> includes * Update Minecraft Server Defines and remove more unused folders/files * Unbloat stdafx.h from Minecraft.World
This commit is contained in:
8
Minecraft.Client/Consoles/Common/XUI/XUI_BasePlayer.cpp
Normal file
8
Minecraft.Client/Consoles/Common/XUI/XUI_BasePlayer.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <assert.h>
|
||||
#include "XUI_BasePlayer.h"
|
||||
|
||||
HRESULT CXuiSceneBasePlayer::OnInit( XUIMessageInit* pInitData, BOOL& bHandled )
|
||||
{
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user