|
Cytopia
0.3
A city building simulation game
|
#include <string>#include "Exception.hxx"#include <iostream>#include <chrono>#include <ctime>#include <fstream>#include <sstream>#include <SDL.h>#include <algorithm>#include <mutex>#include "Meta.hxx"#include "LOG.inl.hxx"
Include dependency graph for LOG.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | LOG |
Typedefs | |
| using | Mutex = std::mutex |
| using | LockGuard = std::lock_guard< Mutex > |
Enumerations | |
| enum | LogType { LOG_INFO = 0, LOG_DEBUG, LOG_WARNING, LOG_ERROR, LOG_FATAL } |