mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 08:45:12 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -81,7 +81,7 @@ void ScrolledSelectionList::renderDecorations(int mouseX, int mouseY)
|
||||
return -1;
|
||||
}
|
||||
|
||||
void ScrolledSelectionList::init(vector<Button *> *buttons, int upButtonId, int downButtonId)
|
||||
void ScrolledSelectionList::init(std::vector<Button *> *buttons, int upButtonId, int downButtonId)
|
||||
{
|
||||
this->upId = upButtonId;
|
||||
this->downId = downButtonId;
|
||||
|
||||
Reference in New Issue
Block a user