#ifndef NET_H #define NET_H #include "tier0/platform.h" interface INet { }; #endif