diff options
Diffstat (limited to 'apps/Framework.h')
| -rw-r--r-- | apps/Framework.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/Framework.h b/apps/Framework.h new file mode 100644 index 00000000..bc66658c --- /dev/null +++ b/apps/Framework.h @@ -0,0 +1,16 @@ +/** + Thu Oct 17 07:57:43 CEST 2024 + (C) EL Mahrouss Logic. +*/ + +#ifndef TOOLS_FRAMEWORK_H +#define TOOLS_FRAMEWORK_H + +#include <Common.h> + +#define kExecDirectory "ZKA/Exec/" +#define kRootDirectory "ZKA/" +#define kFKExtension ".fwrk" +#define kAppExtension ".app" + +#endif // !TOOLS_FRAMEWORK_H |
