Rename net.* to network.*

git-svn-id: https://svn.eduke32.com/eduke32@7443 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-03-21 02:24:19 +00:00 committed by Christoph Oelckers
parent 3b271fb7bb
commit ac8dabb0fb
43 changed files with 82 additions and 82 deletions

View file

@ -41,7 +41,7 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
#include "game.h"
#include "sounds.h"
#include "ai.h"
#include "net.h"
#include "network.h"
#include "cache.h"
#include "text.h"