Move some code from NetPlayClient.h to NetPlayProto.h, and only include that outside of NetPlay.

This commit is contained in:
Rachel Bryk
2013-09-07 00:27:35 -04:00
parent 2bc44f98c3
commit 33fb1b562f
7 changed files with 13 additions and 13 deletions

View File

@ -30,7 +30,7 @@
#include "HotkeyDlg.h"
#include "Main.h"
#include "VideoBackendBase.h"
#include "NetPlayClient.h"
#include "NetPlayProto.h"
#define TEXT_BOX(page, text) new wxStaticText(page, wxID_ANY, text, wxDefaultPosition, wxDefaultSize)