Add base files for net code

This commit is contained in:
mdiluzio 2015-01-02 13:55:23 +00:00
parent 05c8318099
commit ca5526b2b7
7 changed files with 21 additions and 1 deletions

4
source/client/net.h Normal file
View file

@ -0,0 +1,4 @@
#ifndef _TTRTS_NET_H_
#define _TTRTS_NET_H_
#endif