fix: fixed Xbox 360 build issues

This commit is contained in:
2026-07-31 15:49:59 -07:00
parent db7d47b0ff
commit 036bdcff81
213 changed files with 193105 additions and 237759 deletions
@@ -0,0 +1,7 @@
#include "stdafx.h"
#include "XUI_Ctrl_MinecraftHorse.h"
HRESULT CXuiCtrlMinecraftHorse::OnInit( XUIMessageInit* pInitData, BOOL& bHandled )
{
return S_OK;
}