Files
funnygame/tier0/network.cpp
2025-12-28 01:53:44 +02:00

16 lines
109 B
C++

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