mirror of
https://github.com/slendidev/lunar.git
synced 2026-01-31 00:38:59 +02:00
11
subprojects/tracy/public/client/TracyDebug.hpp
Normal file
11
subprojects/tracy/public/client/TracyDebug.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __TRACYPRINT_HPP__
|
||||
#define __TRACYPRINT_HPP__
|
||||
|
||||
#ifdef TRACY_VERBOSE
|
||||
# include <stdio.h>
|
||||
# define TracyDebug(...) fprintf( stderr, __VA_ARGS__ );
|
||||
#else
|
||||
# define TracyDebug(...)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user