mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
fix relative includes in PubUtilLib, move them up to where they belong, remvoe some unused files
This commit is contained in:
@ -27,6 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plProfileManager.h"
|
||||
#include "plNetClient/plNetClientMgr.h"
|
||||
#include "hsTimer.h"
|
||||
#include "plPipeline/plPlates.h"
|
||||
|
||||
plProfile_CreateCounter("Age Upload BitsPerSec", "Network", UploadAgeBitsPerSec);
|
||||
plProfile_CreateMemCounter("Upload Bytes", "Network", UploadBW);
|
||||
@ -119,8 +120,6 @@ void CalculateProfiles()
|
||||
}
|
||||
}
|
||||
|
||||
#include "../plPipeline/plPlates.h"
|
||||
|
||||
static plGraphPlate* fFPSPlate = nil;
|
||||
static plGraphPlate* fNetBWPlate = nil;
|
||||
static plGraphPlate* fNetPPSPlate = nil;
|
||||
|
Reference in New Issue
Block a user