Añadida la opción para pasar por parametro el servidor y puerto online
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user