networking

This commit is contained in:
2025-07-13 15:47:42 +03:00
parent f5b26be510
commit a9c28b8940
345 changed files with 142130 additions and 174 deletions

12
public/tier0/network.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef TIER0_NETWORK_H
#define TIER0_NETWORK_H
#include "platform.h"
#include "steam/isteamnetworkingsockets.h"
#include "arpa/inet.h"
PLATFORM_INTERFACE void Net_Init();
PLATFORM_INTERFACE void Net_Deinit();
#endif