mirror of
https://github.com/wiiu-env/launchiine.git
synced 2024-11-22 01:39:18 +01:00
Allow a GuiImage in GameInfoContainer
This commit is contained in:
parent
7b0f3cf507
commit
477efedf24
@ -94,7 +94,7 @@ private:
|
|||||||
|
|
||||||
class GameInfoContainer {
|
class GameInfoContainer {
|
||||||
public:
|
public:
|
||||||
GameInfoContainer(GuiButton* button, GameIcon * image, gameInfo * info) {
|
GameInfoContainer(GuiButton* button, GuiImage * image, gameInfo * info) {
|
||||||
this->image = image;
|
this->image = image;
|
||||||
this->info = info;
|
this->info = info;
|
||||||
this->button = button;
|
this->button = button;
|
||||||
@ -115,7 +115,7 @@ private:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GameIcon * image;
|
GuiImage * image;
|
||||||
gameInfo * info;
|
gameInfo * info;
|
||||||
GuiButton * button;
|
GuiButton * button;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user