This commit is contained in:
2023-07-18 03:16:37 +02:00
parent 5d687d7c28
commit 636365d65c
8 changed files with 0 additions and 223 deletions

View File

@ -1,16 +0,0 @@
#pragma once
#include <string>
class Harl
{
private:
void debug() const;
void info() const;
void warning() const;
void error() const;
public:
void complain(std::string level);
};
typedef void (Harl::*HarlMethod)() const;