Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 932e770687 |
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define TL_ONLY_IN_DEBUG(...) __VA_ARGS__
|
||||
#else
|
||||
#define TL_ONLY_IN_DEBUG(...)
|
||||
#endif
|
||||
Reference in New Issue
Block a user