early-access version 3382

This commit is contained in:
pineappleEA
2023-02-11 07:32:23 +01:00
parent 0f06016cc7
commit 40ea95d66d
4 changed files with 16 additions and 2 deletions

View File

@@ -246,6 +246,12 @@ public:
/// Gets the virtual memory manager for the kernel.
const KMemoryManager& MemoryManager() const;
/// Gets the application resource manager.
KSystemResource& GetAppSystemResource();
/// Gets the application resource manager.
const KSystemResource& GetAppSystemResource() const;
/// Gets the system resource manager.
KSystemResource& GetSystemSystemResource();