aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/loglevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/loglevel.h')
-rw-r--r--yage/core/loglevel.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/yage/core/loglevel.h b/yage/core/loglevel.h
new file mode 100644
index 00000000..5e11ed83
--- /dev/null
+++ b/yage/core/loglevel.h
@@ -0,0 +1,10 @@
+#ifndef YAGE_CORE_LOGLEVEL_H
+#define YAGE_CORE_LOGLEVEL_H
+
+class LogLevel
+{
+public:
+ LogLevel();
+};
+
+#endif