diff options
| author | Sean Miller <seanmiller999@gmail.com> | 2026-03-15 16:53:18 +0000 |
|---|---|---|
| committer | Sean Miller <seanmiller999@gmail.com> | 2026-03-15 16:53:18 +0000 |
| commit | adb84c1cd698cad09b89e97476088ebd624ccf1b (patch) | |
| tree | f892004b4fc4029485066e7945b35a9ea3fae0c7 /include | |
| parent | 51bfda0e1b8f557552e0f7639ce7b1c2d547b503 (diff) | |
Format files
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/d_main.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/include/d/d_main.h b/include/d/d_main.h index 09537513..12d3a150 100644 --- a/include/d/d_main.h +++ b/include/d/d_main.h @@ -4,10 +4,12 @@ #include "rvl/OS.h" namespace dMain { - void Create(); - void Execute(); - void *main01(void *arg); - OSTime g_InitialTime; -}; + +void Create(); +void Execute(); +void *main01(void *arg); +OSTime g_InitialTime; + +}; // namespace dMain #endif // D_MAIN_H |
