diff options
Diffstat (limited to 'public/tools/make_app')
| -rw-r--r-- | public/tools/make_app/Steps.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/public/tools/make_app/Steps.h b/public/tools/make_app/Steps.h index d7f78b81..b742724d 100644 --- a/public/tools/make_app/Steps.h +++ b/public/tools/make_app/Steps.h @@ -9,6 +9,15 @@ #include <Common.h> #include <Framework.h> -#define kStepsExtension ".steps" +#define kStepsExtension ".stp" + +struct StepsCommonRecord final +{ + char setup_name[255]; + char setup_company[255]; + char setup_author[255]; + int32_t setup_version; + int32_t setup_pages; +}; #endif // ifndef APPS_STEPS_H
\ No newline at end of file |
