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 /* ----------------------------------------------------------------------------
2  * loglevel.h
3  *
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
5  * MIT License, see LICENSE file for more details.
6  * ----------------------------------------------------------------------------
7  */
8 
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