mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 23:23:34 +00:00
adding transformations
This commit is contained in:
@@ -30,13 +30,8 @@ namespace mlx
|
||||
|
||||
static void Report(LogType type, std::string message);
|
||||
static void Report(LogType type, unsigned int line, std::string_view file, std::string_view function, std::string message);
|
||||
static void BeginSection();
|
||||
static void EndSection();
|
||||
|
||||
~Logs() = delete;
|
||||
|
||||
private:
|
||||
static std::uint32_t s_nesting;
|
||||
};
|
||||
|
||||
#ifdef DEBUG
|
||||
|
||||
Reference in New Issue
Block a user