new rejoin possible dialog added
This commit is contained in:
@@ -294,6 +294,10 @@ void GuiWrapper::SignalNetClientLoginShow()
|
||||
{
|
||||
myStartWindow->signalNetClientLoginShow();
|
||||
}
|
||||
void GuiWrapper::SignalNetClientRejoinPossible(const string &gameName)
|
||||
{
|
||||
myStartWindow->signalNetClientRejoinPossible(QString::fromUtf8(gameName.c_str()));
|
||||
}
|
||||
void GuiWrapper::SignalNetClientPostRiverShowCards(unsigned playerId)
|
||||
{
|
||||
myW->signalPostRiverShowCards(playerId);
|
||||
|
||||
Reference in New Issue
Block a user