summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/System.Core/HCoreBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Public/Kits/System.Core/HCoreBase.hxx')
-rw-r--r--Public/Kits/System.Core/HCoreBase.hxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/Public/Kits/System.Core/HCoreBase.hxx b/Public/Kits/System.Core/HCoreBase.hxx
new file mode 100644
index 00000000..c8a3a99c
--- /dev/null
+++ b/Public/Kits/System.Core/HCoreBase.hxx
@@ -0,0 +1,13 @@
+/** ===========================================
+ (C) Mahrouss Logic
+ ===========================================*/
+
+#pragma once
+
+#include <System.Core/CoreAPI.hxx>
+
+typedef struct HcObject {
+ void(*Release)(void);
+ void(*Invoke)(void);
+ void(*QueryInterface)(void);
+} *HcObjectPtr;