diff options
Diffstat (limited to 'tools/framework.h')
| -rw-r--r-- | tools/framework.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/framework.h b/tools/framework.h new file mode 100644 index 00000000..3fae1307 --- /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_zka.h> + +#define kFKDLLDirectory "ZKA/DLL/" +#define kFKManifestDirectory "ZKA/Manifests/" +#define kFKRootDirectory "ZKA/" +#define kFKExtension ".framework" |
