Files
funnygame/public/net.h

12 lines
87 B
C

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