YAGE  v0.1.1
Yet Another Game Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
loglevel.h
Go to the documentation of this file.
1 #ifndef YAGE_CORE_LOGLEVEL_H
2 #define YAGE_CORE_LOGLEVEL_H
3 
4 class LogLevel
5 {
6 public:
7  LogLevel();
8 };
9 
10 #endif
Definition: loglevel.h:4