summaryrefslogtreecommitdiffhomepage
path: root/include/System/NeSystem.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-14 15:29:32 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-14 15:29:32 +0100
commitaaec2471dc7dee11d653ee89f893cc7de2d1a803 (patch)
treeba5740906f531c9fee1ab51c5a9fdba90639ff23 /include/System/NeSystem.h
parent0e04c6c760dfdce867e002d2ee6aaef7a61ae405 (diff)
[CHORE] Update system headers, pre-final changes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/System/NeSystem.h')
-rw-r--r--include/System/NeSystem.h23
1 files changed, 15 insertions, 8 deletions
diff --git a/include/System/NeSystem.h b/include/System/NeSystem.h
index b494db4..832db9e 100644
--- a/include/System/NeSystem.h
+++ b/include/System/NeSystem.h
@@ -3,24 +3,31 @@
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/ne-foss-org/ne_system
-#ifndef _NE_SYSTEM_H_
-#define _NE_SYSTEM_H_
+#ifndef _SYSTEM_NE_SYSTEM_H_
+#define _SYSTEM_NE_SYSTEM_H_
#define _NE_SYSTEM 202603L
#include <System/Config.h>
-// POSIX wrapper API
+/// @brief POSIX wrapper API
#include <libPOSIXWrapper/POSIXKit/unistd.h>
-// IPC API
+
+/// @brief IPC API
#include <libMsg/MsgKit/Server.h>
-// System calls API
+
+/// @brief System calls API
#include <libSystem/SystemKit/System.h>
-// Sound mixer API
+
+/// @brief Sound mixer API
#include <libSoundSystem/SoundSystemKit/VirtualMixer.h>
#ifdef _NE_NEED_X11
-#include <System/X11+Fwd.h>
+#include <System/X11.h>
+#endif
+
+#ifdef _NE_NEED_WAYLAND
+#include <System/Wayland.h>
#endif
-#endif // !_NE_SYSTEM_H_
+#endif // _SYSTEM_NE_SYSTEM_H_