Move variable out of d_main.h, add TODO in d_sys.cpp

This commit is contained in:
Sean Miller
2026-04-07 18:55:44 +01:00
parent 21c847dfd6
commit 880dc5f03e
4 changed files with 4 additions and 4 deletions
-2
View File
@@ -5,8 +5,6 @@
namespace dMain {
OSTime g_InitialTime;
void Create();
void Execute();
void *main01(void *arg);