summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/NewKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-25 09:07:21 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-25 09:07:21 +0200
commit94141dbd7c1450d079f695d0e8d73e93795161f2 (patch)
treed538ee3515bfa93bfcd5c3eaaf59a6164538f806 /dev/ZKA/NewKit
parentfa6cc3970bc61e8061a279e8573a61bd4e947f2f (diff)
[CG/FUI] CG's FlatUI library, made for pre-boot/pre-user environements.
- FlatUI is used to install ZKA for example. - Or to indicate an error (using the ke_stop call). - Or to show a popup saying that system couldn't boot. The FlatUI's style will be replicated in user space as well, for consistency. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/NewKit')
-rw-r--r--dev/ZKA/NewKit/Defines.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ZKA/NewKit/Defines.hxx b/dev/ZKA/NewKit/Defines.hxx
index 1a65868b..47381368 100644
--- a/dev/ZKA/NewKit/Defines.hxx
+++ b/dev/ZKA/NewKit/Defines.hxx
@@ -9,6 +9,7 @@
#include <NewKit/Macros.hxx>
#define NEWKIT_VERSION "1.01"
+#define NEWKIT_VERSION_CB 0x0101
#if !defined(_INC_NO_STDC_HEADERS) && defined(__GNUC__)
#include <CRT/__ndk_defines.hxx>