summaryrefslogtreecommitdiffhomepage
path: root/Public
diff options
context:
space:
mode:
Diffstat (limited to 'Public')
-rw-r--r--Public/SDK/System.Core/Headers/Containers/ODF.hxx2
-rw-r--r--Public/SDK/System.Core/Headers/Containers/XIFF.hxx2
-rw-r--r--Public/SDK/System.Core/Headers/Defines.hxx (renamed from Public/SDK/System.Core/Headers/Defs.hxx)0
-rw-r--r--Public/SDK/System.Core/Headers/File.hxx2
-rw-r--r--Public/SDK/System.Core/Headers/Heap.hxx2
-rw-r--r--Public/SDK/System.Core/Headers/Thread.hxx32
-rw-r--r--Public/SDK/System.Core/Headers/UI/.gitkeep0
-rw-r--r--Public/SDK/System.Core/Headers/UI/Dialog.hxx8
-rw-r--r--Public/SDK/System.Core/Headers/UI/Imaging.hxx8
-rw-r--r--Public/SDK/System.Core/Headers/UI/Menu.hxx8
-rw-r--r--Public/SDK/System.Core/Headers/UI/Rsrc.hxx8
-rw-r--r--Public/SDK/System.Core/Headers/UI/Window.hxx8
12 files changed, 45 insertions, 35 deletions
diff --git a/Public/SDK/System.Core/Headers/Containers/ODF.hxx b/Public/SDK/System.Core/Headers/Containers/ODF.hxx
index 9bf61296..e0cb0bc1 100644
--- a/Public/SDK/System.Core/Headers/Containers/ODF.hxx
+++ b/Public/SDK/System.Core/Headers/Containers/ODF.hxx
@@ -5,7 +5,7 @@
#ifndef __ODF__
#define __ODF__
-#include <System.Core/Headers/Defs.hxx>
+#include <System.Core/Headers/Defines.hxx>
/**
* @brief Open Document Format
diff --git a/Public/SDK/System.Core/Headers/Containers/XIFF.hxx b/Public/SDK/System.Core/Headers/Containers/XIFF.hxx
index e14868a6..2531abce 100644
--- a/Public/SDK/System.Core/Headers/Containers/XIFF.hxx
+++ b/Public/SDK/System.Core/Headers/Containers/XIFF.hxx
@@ -12,7 +12,7 @@
------------------------------------------------------- */
-#include <System.Core/Headers/Defs.hxx>
+#include <System.Core/Headers/Defines.hxx>
/// @brief four-character code for XIFF.
#define kFourCCLength_XIFF 4
diff --git a/Public/SDK/System.Core/Headers/Defs.hxx b/Public/SDK/System.Core/Headers/Defines.hxx
index 3cbf22fd..3cbf22fd 100644
--- a/Public/SDK/System.Core/Headers/Defs.hxx
+++ b/Public/SDK/System.Core/Headers/Defines.hxx
diff --git a/Public/SDK/System.Core/Headers/File.hxx b/Public/SDK/System.Core/Headers/File.hxx
index 4a8d57dd..f8efd75a 100644
--- a/Public/SDK/System.Core/Headers/File.hxx
+++ b/Public/SDK/System.Core/Headers/File.hxx
@@ -7,7 +7,7 @@
#ifndef __FILE_API__
#define __FILE_API__
-#include <System.Core/Headers/Defs.hxx>
+#include <System.Core/Headers/Defines.hxx>
namespace System {
class FileInterface;
diff --git a/Public/SDK/System.Core/Headers/Heap.hxx b/Public/SDK/System.Core/Headers/Heap.hxx
index 5c93456e..14ee0e6c 100644
--- a/Public/SDK/System.Core/Headers/Heap.hxx
+++ b/Public/SDK/System.Core/Headers/Heap.hxx
@@ -6,7 +6,7 @@
#pragma once
-#include <System.Core/Headers/Defs.hxx>
+#include <System.Core/Headers/Defines.hxx>
namespace System {
class MemoryException;
diff --git a/Public/SDK/System.Core/Headers/Thread.hxx b/Public/SDK/System.Core/Headers/Thread.hxx
index ae6ba057..c32c6047 100644
--- a/Public/SDK/System.Core/Headers/Thread.hxx
+++ b/Public/SDK/System.Core/Headers/Thread.hxx
@@ -11,41 +11,11 @@
#ifndef __THREAD_API__
#define __THREAD_API__
-#include <System.Core/Headers/Defs.hxx>
+#include <System.Core/Headers/Defines.hxx>
/// @brief Thread Information Block, which holds information about the running thread.
typedef PtrVoidType PtrThread;
-/// @brief Creates a new thread.
-/// @param StartProc
-/// @param OptionalHeap
-/// @param OptionalStack
-/// @param Detach
-/// @param Join
-/// @return
-PtrThread HcCreateThread(_Input PtrVoidType StartProc,
- _Optional _InOut PtrVoidType OptionalHeap,
- _Optional _InOut PtrVoidType OptionalStack,
- _Optional _Input BooleanType Detach,
- _Optional _Input BooleanType Join);
-
-/// @brief Destroys the thread object.
-/// @param ThreadPtr
-/// @return
-BooleanType HcDestroyThread(_Input PtrThread ThreadPtr);
-
-/// @brief Stops the thread.
-/// @param ThreadPtr
-/// @return
-BooleanType HcStopThread(_Input PtrThread ThreadPtr);
-
-/// @brief Resumes it.
-/// @param ThreadPtr
-/// @return
-BooleanType HcResumeThread(_Input PtrThread ThreadPtr);
-
-QWordType HcProcessIdThread(_Input PtrThread ThreadPtr);
-
/// @brief Main application thread.
CA_EXTERN_C PtrThread kMainThread;
diff --git a/Public/SDK/System.Core/Headers/UI/.gitkeep b/Public/SDK/System.Core/Headers/UI/.gitkeep
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/Public/SDK/System.Core/Headers/UI/.gitkeep
diff --git a/Public/SDK/System.Core/Headers/UI/Dialog.hxx b/Public/SDK/System.Core/Headers/UI/Dialog.hxx
new file mode 100644
index 00000000..2a02b434
--- /dev/null
+++ b/Public/SDK/System.Core/Headers/UI/Dialog.hxx
@@ -0,0 +1,8 @@
+/* -------------------------------------------
+
+ Copyright Mahrouss Logic
+
+------------------------------------------- */
+
+#pragma once
+
diff --git a/Public/SDK/System.Core/Headers/UI/Imaging.hxx b/Public/SDK/System.Core/Headers/UI/Imaging.hxx
new file mode 100644
index 00000000..2a02b434
--- /dev/null
+++ b/Public/SDK/System.Core/Headers/UI/Imaging.hxx
@@ -0,0 +1,8 @@
+/* -------------------------------------------
+
+ Copyright Mahrouss Logic
+
+------------------------------------------- */
+
+#pragma once
+
diff --git a/Public/SDK/System.Core/Headers/UI/Menu.hxx b/Public/SDK/System.Core/Headers/UI/Menu.hxx
new file mode 100644
index 00000000..2a02b434
--- /dev/null
+++ b/Public/SDK/System.Core/Headers/UI/Menu.hxx
@@ -0,0 +1,8 @@
+/* -------------------------------------------
+
+ Copyright Mahrouss Logic
+
+------------------------------------------- */
+
+#pragma once
+
diff --git a/Public/SDK/System.Core/Headers/UI/Rsrc.hxx b/Public/SDK/System.Core/Headers/UI/Rsrc.hxx
new file mode 100644
index 00000000..2a02b434
--- /dev/null
+++ b/Public/SDK/System.Core/Headers/UI/Rsrc.hxx
@@ -0,0 +1,8 @@
+/* -------------------------------------------
+
+ Copyright Mahrouss Logic
+
+------------------------------------------- */
+
+#pragma once
+
diff --git a/Public/SDK/System.Core/Headers/UI/Window.hxx b/Public/SDK/System.Core/Headers/UI/Window.hxx
new file mode 100644
index 00000000..2a02b434
--- /dev/null
+++ b/Public/SDK/System.Core/Headers/UI/Window.hxx
@@ -0,0 +1,8 @@
+/* -------------------------------------------
+
+ Copyright Mahrouss Logic
+
+------------------------------------------- */
+
+#pragma once
+