mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
impr: Simplify tracy integration
This commit is contained in:
@@ -1,13 +1 @@
|
||||
#include <hex/trace/instrumentation.hpp>
|
||||
|
||||
namespace hex {
|
||||
|
||||
void functionEntry([[maybe_unused]] void *functionAddress) {
|
||||
|
||||
}
|
||||
|
||||
void functionExit([[maybe_unused]] void *functionAddress) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
#include <hex/trace/instrumentation.hpp>
|
||||
Reference in New Issue
Block a user