Remove TracyClientDLL.cpp.

This commit is contained in:
Bartosz Taudul 2020-01-25 16:17:40 +01:00
parent a90004b983
commit 7c49f4e816

View File

@ -1,19 +0,0 @@
//
// Tracy profiler
// ----------------
//
// On multi-DLL projects compile and
// link with this source file (and none
// other) in the executable and in
// DLLs / shared objects that link to
// the main DLL.
//
// Define TRACY_ENABLE to enable profiler.
#ifdef TRACY_ENABLE
# ifndef TRACY_IMPORTS
# define TRACY_IMPORTS 1
# endif
#endif
#include "common/TracySystem.cpp"