diff options
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 |
