added command line, added basic character
This commit is contained in:
11
public/net.h
Normal file
11
public/net.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef NET_H
|
||||
#define NET_H
|
||||
|
||||
#include "tier0/platform.h"
|
||||
|
||||
interface INet
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user