summaryrefslogtreecommitdiffhomepage
path: root/tools/Framework.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Framework.h')
-rw-r--r--tools/Framework.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/Framework.h b/tools/Framework.h
new file mode 100644
index 00000000..0572a521
--- /dev/null
+++ b/tools/Framework.h
@@ -0,0 +1,13 @@
+/**
+ Thu Oct 17 07:57:43 CEST 2024
+ (C) ZKA Web Services Co.
+*/
+
+#pragma once
+
+#include <Common.h>
+
+#define kFKDLLDirectory "ZKA/DLL/"
+#define kFKManifestDirectory "ZKA/Manifests/"
+#define kFKRootDirectory "ZKA/"
+#define kFKExtension ".framework"