Skip to content

Commit

Permalink
Add Os::Task::init call to Os::init
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Oct 16, 2024
1 parent bb95657 commit 8c567fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Os/Os.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "Os/Cpu.hpp"
#include "Os/FileSystem.hpp"
#include "Os/Memory.hpp"
#include "Os/Task.hpp"

namespace Os {

Expand All @@ -17,6 +18,7 @@ void init() {
Os::FileSystem::init();
Os::Cpu::init();
Os::Memory::init();
Os::Task::init();
}

} // namespace Os

0 comments on commit 8c567fb

Please sign in to comment.