gedeng/include/Logger.h

6 lines
82 B
C
Raw Normal View History

2021-03-16 15:09:30 +01:00
#include "String.h"
class Logger {
static void debug(const String &text);
};