Format files

This commit is contained in:
Sean Miller
2026-03-15 16:53:18 +00:00
parent 51bfda0e1b
commit adb84c1cd6
2 changed files with 11 additions and 16 deletions
+7 -5
View File
@@ -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