wip
This commit is contained in:
parent
5c653ffd6a
commit
3ce889edf5
9 changed files with 84 additions and 17 deletions
|
|
@ -83,6 +83,8 @@ GSEngine GSEngineCreate(GSEngineParam* param) {
|
|||
if(param->client) engine->shutdown++;
|
||||
if(param->server) engine->shutdown++;
|
||||
|
||||
engine->client->net = GSNetClientOpen(engine->client, "localhost", GSNetDefaultPort);
|
||||
|
||||
return engine;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue