things
This commit is contained in:
parent
2fe23438b0
commit
80c9abcdbd
16 changed files with 6238 additions and 5761 deletions
|
|
@ -7,6 +7,8 @@ GBClient GBClientCreate(GBEngine engine) {
|
|||
|
||||
memset(client, 0, sizeof(*client));
|
||||
|
||||
client->engine = engine;
|
||||
|
||||
GBLog(GBLogInfo, "Creating client");
|
||||
|
||||
return client;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue