steam networking

This commit is contained in:
2026-03-02 17:31:49 +02:00
parent 3db160b49e
commit 0dc8f1b36f
14 changed files with 99 additions and 7 deletions

View File

@@ -31,6 +31,7 @@ struct NetCallback_t
{
ENetCallbackType m_eType;
uint64_t m_ullUserID;
uint64_t m_ullUserConnection;
};
typedef uint32_t (*NetCallbackFn)( NetCallback_t *pUser );