diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-25 09:58:00 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-25 09:58:00 +0100 |
| commit | 02fd0b59edbcb2b5c08ab1f36bbffc12ba08a5d3 (patch) | |
| tree | 8999218261cf83ccad14e51bf101827c48ea7ead /public/tools/Steps.h | |
| parent | c517a9192a08f40ec6c2c387e98f3ea18bb28f4e (diff) | |
IMPL: New tool for ZkaOS 'make_container'
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'public/tools/Steps.h')
| -rw-r--r-- | public/tools/Steps.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/tools/Steps.h b/public/tools/Steps.h new file mode 100644 index 00000000..be16b61a --- /dev/null +++ b/public/tools/Steps.h @@ -0,0 +1,14 @@ +/** + Thu Oct 17 07:57:43 CEST 2024 + (c) Theater Quality Inc. +*/ + +#ifndef APPS_STEPS_H +#define APPS_STEPS_H + +#include <Common.h> +#include <Framework.h> + +#define kStepsExtension ".steps" + +#endif // ifndef APPS_STEPS_H
\ No newline at end of file |
