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

18
tier0/network.cpp Normal file
View File

@@ -0,0 +1,18 @@
#include "tier0/network.h"
#include "steam/isteamnetworkingsockets.h"
#include "steam/isteamnetworkingutils.h"
#include "steam/steamnetworkingtypes.h"
#include "tier1/commandline.h"
void Net_Init()
{
}
void Net_Deinit()
{
}