Añadida la opción para pasar por parametro el servidor y puerto online

This commit is contained in:
2022-11-16 13:58:09 +01:00
parent 5380ea6bc5
commit 7b00dc0303
5 changed files with 20 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
#include <string>
namespace jscore {
void init(std::string host, const int port);
const bool initOnlineScore(std::string game);
const int getNumUsers();
std::string getUserName(const int index);