summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/system/config.h.in (renamed from include/system/config.hpp.in)7
-rw-r--r--include/system/ne_kernel.h.in (renamed from include/system/ne_kernel.hpp.in)2
2 files changed, 5 insertions, 4 deletions
diff --git a/include/system/config.hpp.in b/include/system/config.h.in
index 1b22387..2ae8163 100644
--- a/include/system/config.hpp.in
+++ b/include/system/config.h.in
@@ -4,13 +4,14 @@
#pragma once
-#include @_TYPES_INCLUDE@
-
#define _ARCH @_ARCH_VER@
#define _SUBSYSTEM_NET @_NET_VER@
#define _SUBSYSTEM_DDK @_DDK_VER@
#define _SUBSYSTEM_SYS @_SYS_VER@
#define _NEKERNEL @_NEKERNEL_VER@
-
+class @_ARCH_VTERMINAL@;
+class @_ARCH_VDEVICE@;
+class @_ARCH_VSOCKET@;
+class @_ARCH_VFILE@;
diff --git a/include/system/ne_kernel.hpp.in b/include/system/ne_kernel.h.in
index 1cdc33c..dc5317b 100644
--- a/include/system/ne_kernel.hpp.in
+++ b/include/system/ne_kernel.h.in
@@ -5,4 +5,4 @@
#pragma once
#include <system/config.hpp>
-#include @_NEKERNEL_SYSTEMKIT_PATH@
+#include <libSystem/SystemKit/System.h>