diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-22 17:19:07 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-22 17:19:07 +0100 |
commit | d1d123dc6aeaa88702672c181377735e1b66125f (patch) | |
tree | 61114ff1a7d799d22d0390090996db75a3e6e18b /src/core | |
parent | console init (diff) | |
download | re3-d1d123dc6aeaa88702672c181377735e1b66125f.tar re3-d1d123dc6aeaa88702672c181377735e1b66125f.tar.gz re3-d1d123dc6aeaa88702672c181377735e1b66125f.tar.bz2 re3-d1d123dc6aeaa88702672c181377735e1b66125f.tar.lz re3-d1d123dc6aeaa88702672c181377735e1b66125f.tar.xz re3-d1d123dc6aeaa88702672c181377735e1b66125f.tar.zst re3-d1d123dc6aeaa88702672c181377735e1b66125f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/Debug.cpp | 2 | ||||
-rw-r--r-- | src/core/Debug.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Debug.cpp b/src/core/Debug.cpp index 1bd353d3..b80e9959 100644 --- a/src/core/Debug.cpp +++ b/src/core/Debug.cpp @@ -9,4 +9,4 @@ void CDebug::DebugInitTextBuffer() void CDebug::DebugDisplayTextBuffer() { -}
\ No newline at end of file +} diff --git a/src/core/Debug.h b/src/core/Debug.h index daee2e2a..395f66af 100644 --- a/src/core/Debug.h +++ b/src/core/Debug.h @@ -8,4 +8,4 @@ public: static void DebugInitTextBuffer(); static void DebugDisplayTextBuffer(); -};
\ No newline at end of file +}; |