GUI: prepare for handling render backend deaths
This commit is contained in:
parent
c83948209a
commit
ecff10b407
2 changed files with 5 additions and 0 deletions
|
|
@ -99,5 +99,9 @@ bool FurnaceGUIRender::quit() {
|
|||
void FurnaceGUIRender::quitGUI() {
|
||||
}
|
||||
|
||||
bool FurnaceGUIRender::isDead() {
|
||||
return false;
|
||||
}
|
||||
|
||||
FurnaceGUIRender::~FurnaceGUIRender() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue