partially address comments

This commit is contained in:
jadebenn
2024-12-14 19:52:03 -06:00
parent 96f224c38c
commit 0786986345
5 changed files with 3 additions and 6 deletions

View File

@@ -4,7 +4,6 @@ set(DCOMMON_SOURCES
"BinaryIO.cpp"
"dConfig.cpp"
"Diagnostics.cpp"
"Flag.h"
"Logger.cpp"
"Game.cpp"
"GeneralUtils.cpp"

View File

@@ -1,3 +1,4 @@
#pragma once
#include "GeneralUtils.h"
/**