steam networking

This commit is contained in:
2026-03-02 17:32:22 +02:00
parent 3db160b49e
commit 0dc8f1b36f
14 changed files with 99 additions and 7 deletions
+1
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 );