rename Sentry to TSentry

windows filenames arent case-sensitive so it doesnt know which
sentry.h we mean.
This commit is contained in:
Lion Kortlepel
2021-08-10 10:43:51 +02:00
committed by Lion
parent b3a8b1a682
commit 969cd93358
5 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#include "Common.h"
#include "Http.h"
#include "Sentry.h"
#include "TSentry.h"
#include "TConfig.h"
#include "THeartbeatThread.h"
#include "TLuaEngine.h"