mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-03-06 14:27:44 +00:00
Include Version.h
This commit is contained in:
parent
028727b389
commit
ec7588e2cd
|
@ -30,6 +30,7 @@
|
|||
#define INCLUDED_LOGGER_H
|
||||
|
||||
#include "Types.h"
|
||||
#include "Version.h"
|
||||
#include <cstdio>
|
||||
#include <cstdarg>
|
||||
#include <cstring>
|
||||
|
@ -191,9 +192,9 @@ public:
|
|||
void ClearLogs(void)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
ClearLog(m_debugLogFile, "Supermodel v"SUPERMODEL_VERSION" Debug Log");
|
||||
ClearLog(m_debugLogFile, "Supermodel v" SUPERMODEL_VERSION " Debug Log");
|
||||
#endif // DEBUG
|
||||
ClearLog(m_errorLogFile, "Supermodel v"SUPERMODEL_VERSION" Error Log");
|
||||
ClearLog(m_errorLogFile, "Supermodel v" SUPERMODEL_VERSION " Error Log");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue