aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/loglevel.h
blob: 5e11ed83cc1949a89247466b97a9cb7c83a4ad27 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef YAGE_CORE_LOGLEVEL_H
#define YAGE_CORE_LOGLEVEL_H

class LogLevel
{
public:
    LogLevel();
};

#endif