You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
368 B
22 lines
368 B
#include "DiabloUI/hub/friends.h" |
|
|
|
#include "DiabloUI/hub/hub.h" |
|
#include "engine/load_pcx.hpp" |
|
|
|
namespace devilution { |
|
|
|
namespace { |
|
|
|
} // namespace |
|
|
|
void HubLoadFriends() |
|
{ |
|
Layout = LoadPcx("ui_art\\bnselchn", /*transparentColor=*/0); |
|
} |
|
|
|
void HubInitFriends() |
|
{ |
|
const Point uiPosition = GetUIRectangle().position; |
|
} |
|
|
|
} // namespace devilution
|
|
|