mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 04:30:49 -04:00
13 lines
191 B
C++
13 lines
191 B
C++
#pragma once
|
|
|
|
#if defined(__has_include)
|
|
#if __has_include(<tracy/Tracy.hpp>)
|
|
#include <tracy/Tracy.hpp>
|
|
#endif
|
|
#endif
|
|
|
|
#ifndef ZoneScoped
|
|
#define ZoneScoped
|
|
#define ZoneScopedN(name)
|
|
#endif
|