d
This commit is contained in:
@ -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;
|
Reference in New Issue
Block a user