summaryrefslogtreecommitdiffhomepage
path: root/public/tools/make_app
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-02-15 09:33:35 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-02-15 09:34:51 +0100
commitfd27d5f1e4176926d613005f30feb209375d97ea (patch)
treea18b18718b77ca9248f56936a3cef0112c24ce51 /public/tools/make_app
parent0db25895168df6ebb9bd8781e3ffd83d3323b398 (diff)
Impl and Patches:
- Private tools directory. - SCI gets new API. - Window Manager library. - Steps version 2. - Patch 'open' command. - ATA.h fixes. Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'public/tools/make_app')
-rw-r--r--public/tools/make_app/Steps.h11
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