mirror of
https://github.com/binaryage/totalterminal.git
synced 2026-01-14 00:38:01 -05:00
5 lines
123 B
C
5 lines
123 B
C
// this is just a wrapper header to exclude compiling logger in release mode
|
|
|
|
#ifdef DEBUG
|
|
#include "LoggerClient.h"
|
|
#endif |