mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-24 22:35:33 +00:00
Remove WinAPI helper types from XUI controls
This commit is contained in:
@@ -42,7 +42,7 @@ HRESULT CXuiCtrlEnchantmentButtonText::OnInit(XUIMessageInit* pInitData, BOOL& r
|
||||
|
||||
assert( parent != NULL );
|
||||
|
||||
VOID *pObj;
|
||||
void *pObj;
|
||||
XuiObjectFromHandle( parent, &pObj );
|
||||
m_parentControl = (CXuiCtrlEnchantmentButton *)pObj;
|
||||
|
||||
@@ -182,4 +182,4 @@ std::wstring CXuiCtrlEnchantmentButtonText::EnchantmentNames::getRandomName()
|
||||
word += words[random.nextInt(words.size())];
|
||||
}
|
||||
return word;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user