Files
funnygame/tier0/network.cpp
2026-01-03 04:20:33 +02:00

13 lines
104 B
C++

#include "tier0/network.h"
#include "tier1/commandline.h"
void Net_Init()
{
}
void Net_Deinit()
{
}