diff options
| author | Sean Miller <seanmiller999@gmail.com> | 2026-04-07 18:55:44 +0100 |
|---|---|---|
| committer | Sean Miller <seanmiller999@gmail.com> | 2026-04-07 18:55:44 +0100 |
| commit | 880dc5f03ecc98c65e7e7d4adeae10a9a20613b7 (patch) | |
| tree | 2974b62fba0aab82c740a7a900deff7985e73027 /include | |
| parent | 21c847dfd63f557d7d617182148a52198f2466ef (diff) | |
Move variable out of d_main.h, add TODO in d_sys.cpp
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/d_main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/d/d_main.h b/include/d/d_main.h index 2eca2708..57332fe9 100644 --- a/include/d/d_main.h +++ b/include/d/d_main.h @@ -5,8 +5,6 @@ namespace dMain { -OSTime g_InitialTime; - void Create(); void Execute(); void *main01(void *arg); |
