mirror of
https://github.com/open-goal/jak-project
synced 2026-07-26 14:40:25 -04:00
Replace printf logging with spdlog equivalent
Preserve previous printfs in comments for now. Spdlog needs to be configured to be thread-safe. Few additional printfs to convert later. No changes have been made to GOAL's internal printing system
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
#include <condition_variable>
|
||||
#include "third-party/spdlog/include/spdlog/spdlog.h"
|
||||
|
||||
#include "Timer.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user