This commit is contained in:
Nishi 2026-01-09 06:12:57 +09:00
commit 80c9abcdbd
Signed by: nishi
GPG key ID: 27EF69B208EB9343
16 changed files with 6238 additions and 5761 deletions

View file

@ -7,6 +7,8 @@ GBClient GBClientCreate(GBEngine engine) {
memset(client, 0, sizeof(*client));
client->engine = engine;
GBLog(GBLogInfo, "Creating client");
return client;