NetPlay: Remove NetPlay.h / NetPlay.cpp

Now the server and client implementations are entirely separate.
This commit is contained in:
Jasper St. Pierre
2013-08-05 05:05:06 -04:00
parent 9e63cebc93
commit a3a222bf5b
10 changed files with 342 additions and 359 deletions

View File

@ -6,7 +6,7 @@
#include <IniFile.h>
#include "WxUtils.h"
#include "NetPlay.h"
#include "NetPlayClient.h"
#include "NetPlayServer.h"
#include "NetWindow.h"
#include "Frame.h"