YAGE  v0.1.3
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 
9 #ifndef YAGE_CORE_LOGLEVEL_H
10 #define YAGE_CORE_LOGLEVEL_H
11 
12 class LogLevel
13 {
14 public:
15  LogLevel();
16 };
17 
18 #endif
Definition: loglevel.h:12