mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-04-10 19:15:14 +00:00
Include Version.h
This commit is contained in:
parent
028727b389
commit
ec7588e2cd
|
@ -30,6 +30,7 @@
|
||||||
#define INCLUDED_LOGGER_H
|
#define INCLUDED_LOGGER_H
|
||||||
|
|
||||||
#include "Types.h"
|
#include "Types.h"
|
||||||
|
#include "Version.h"
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstdarg>
|
#include <cstdarg>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
@ -191,9 +192,9 @@ public:
|
||||||
void ClearLogs(void)
|
void ClearLogs(void)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
ClearLog(m_debugLogFile, "Supermodel v"SUPERMODEL_VERSION" Debug Log");
|
ClearLog(m_debugLogFile, "Supermodel v" SUPERMODEL_VERSION " Debug Log");
|
||||||
#endif // DEBUG
|
#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