8 lines
160 B
C++
8 lines
160 B
C++
#include "stdafx.h"
|
|
#include "XUI_Ctrl_MinecraftHorse.h"
|
|
|
|
HRESULT CXuiCtrlMinecraftHorse::OnInit( XUIMessageInit* pInitData, BOOL& bHandled )
|
|
{
|
|
return S_OK;
|
|
}
|