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