refactor(logging): separate logging from main (#2110)

This commit is contained in:
ReenigneArcher 2024-02-07 09:59:24 -05:00 committed by GitHub
commit 0aa4f06c39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
50 changed files with 161 additions and 80 deletions

View file

@ -15,6 +15,7 @@ typedef long NTSTATUS;
#include "display.h"
#include "misc.h"
#include "src/config.h"
#include "src/logging.h"
#include "src/main.h"
#include "src/platform/common.h"
#include "src/stat_trackers.h"