mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Split core server files from the UI.
This commit is contained in:
+11
-11
@@ -30,23 +30,23 @@
|
||||
|
||||
#include "../../public/common/TracyProtocol.hpp"
|
||||
#include "../../public/common/TracyVersion.hpp"
|
||||
#include "profiler/TracyBadVersion.hpp"
|
||||
#include "profiler/TracyConfig.hpp"
|
||||
#include "profiler/TracyFileselector.hpp"
|
||||
#include "profiler/TracyImGui.hpp"
|
||||
#include "profiler/TracyMouse.hpp"
|
||||
#include "profiler/TracyProtoHistory.hpp"
|
||||
#include "profiler/TracyStorage.hpp"
|
||||
#include "profiler/TracyTexture.hpp"
|
||||
#include "profiler/TracyView.hpp"
|
||||
#include "profiler/TracyWeb.hpp"
|
||||
#include "profiler/IconsFontAwesome6.h"
|
||||
#include "../../server/tracy_pdqsort.h"
|
||||
#include "../../server/tracy_robin_hood.h"
|
||||
#include "../../server/TracyBadVersion.hpp"
|
||||
#include "../../server/TracyConfig.hpp"
|
||||
#include "../../server/TracyFileHeader.hpp"
|
||||
#include "../../server/TracyFileRead.hpp"
|
||||
#include "../../server/TracyFileselector.hpp"
|
||||
#include "../../server/TracyImGui.hpp"
|
||||
#include "../../server/TracyMouse.hpp"
|
||||
#include "../../server/TracyPrint.hpp"
|
||||
#include "../../server/TracyProtoHistory.hpp"
|
||||
#include "../../server/TracyStorage.hpp"
|
||||
#include "../../server/TracyTexture.hpp"
|
||||
#include "../../server/TracyView.hpp"
|
||||
#include "../../server/TracyWeb.hpp"
|
||||
#include "../../server/TracyWorker.hpp"
|
||||
#include "../../server/IconsFontAwesome6.h"
|
||||
|
||||
#include "icon.hpp"
|
||||
#include "zigzag01.hpp"
|
||||
|
||||
Reference in New Issue
Block a user