Changed sourcesdk include to just include externals path

This commit is contained in:
Jordan Cristiano
2015-06-14 16:15:08 -04:00
parent 4c560eacac
commit 569a482549
35 changed files with 36 additions and 35 deletions

View File

@ -1,6 +1,6 @@
#include "net_disconnect.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
namespace NetHandlers
{

View File

@ -1,6 +1,6 @@
#include "net_file.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
namespace NetHandlers
{

View File

@ -1,6 +1,6 @@
#include "net_setconvar.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
namespace NetHandlers
{

View File

@ -1,6 +1,6 @@
#include "net_signonstate.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
namespace NetHandlers
{

View File

@ -1,6 +1,6 @@
#include "net_stringcmd.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
namespace NetHandlers
{

View File

@ -1,6 +1,6 @@
#include "net_tick.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
namespace NetHandlers
{

View File

@ -1,6 +1,6 @@
#include "svc_bspdecal.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netcontants.h"
namespace NetHandlers

View File

@ -2,7 +2,7 @@
#pragma once
#include "nethandlers.h"
#include "vector.h"
#include "sourcesdk/vector.h"
namespace NetMsg
{

View File

@ -1,6 +1,6 @@
#include "svc_classinfo.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netmath.h"
using class_t = NetMsg::SVC_ClassInfo::class_t;

View File

@ -1,6 +1,6 @@
#include "svc_createstringtable.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netmath.h"
#include "netcontants.h"

View File

@ -1,6 +1,6 @@
#include "svc_crosshairangle.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include <iomanip>
namespace NetHandlers

View File

@ -1,6 +1,6 @@
#include "svc_entitymessage.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netcontants.h"
#include "netmath.h"

View File

@ -1,6 +1,6 @@
#include "svc_fixangle.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include <iomanip>
namespace NetHandlers

View File

@ -1,6 +1,6 @@
#include "svc_gameevent.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netcontants.h"
#include "netmath.h"

View File

@ -1,6 +1,6 @@
#include "svc_gameeventlist.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netcontants.h"
#include "netmath.h"

View File

@ -1,6 +1,6 @@
#include "svc_getcvarvalue.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
namespace NetHandlers
{

View File

@ -1,6 +1,6 @@
#include "svc_menu.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
using DialogType = NetMsg::SVC_Menu::DialogType;

View File

@ -1,6 +1,6 @@
#include "svc_packetentities.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netcontants.h"
#include "netmath.h"

View File

@ -1,6 +1,6 @@
#include "svc_prefetch.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netcontants.h"
namespace NetHandlers

View File

@ -1,6 +1,6 @@
#include "svc_print.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
namespace NetHandlers
{

View File

@ -1,6 +1,6 @@
#include "svc_sendtable.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netmath.h"
namespace NetHandlers

View File

@ -1,6 +1,6 @@
#include "svc_serverinfo.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
namespace NetHandlers
{

View File

@ -1,6 +1,6 @@
#include "svc_setpause.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
namespace NetHandlers
{

View File

@ -1,6 +1,6 @@
#include "svc_setview.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netcontants.h"
namespace NetHandlers

View File

@ -1,6 +1,6 @@
#include "svc_sounds.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netmath.h"
namespace NetHandlers

View File

@ -1,6 +1,6 @@
#include "svc_tempentities.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netcontants.h"
#include "netmath.h"

View File

@ -1,6 +1,6 @@
#include "svc_updatestringtable.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netmath.h"
#include "netcontants.h"

View File

@ -1,6 +1,6 @@
#include "svc_usermessage.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netmath.h"
#include "netcontants.h"
#include <cassert>

View File

@ -1,6 +1,6 @@
#include "svc_voicedata.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
#include "netmath.h"
namespace NetHandlers

View File

@ -1,6 +1,6 @@
#include "svc_voiceinit.h"
#include "bitbuf.h"
#include "sourcesdk/bitbuf.h"
namespace NetHandlers
{