1
0
Fork 0

Adding Spectre/System/Log/FileWriter class.

This commit is contained in:
Henrik Hautakoski 2023-02-18 13:52:54 +01:00
parent 173aea31c9
commit 8db01a0957
3 changed files with 97 additions and 0 deletions

View file

@ -21,6 +21,7 @@ set( ENGINE_SRC
source/System/MessageQueue.cpp
source/System/Path.cpp
source/System/Stopwatch.cpp
source/System/Log/FileWriter.cpp
# Platform
source/Platform/PlatformApplication.cpp