MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / InitializeChat

Function InitializeChat

samples/application/chat/main.cpp:626–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624};
625
626int InitializeChat()
627{
628 g_client = new ChatClient();
629 return 0;
630}
631
632void UpdateChat()
633{

Callers 1

initializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected