Standalone app api v3 (#2772)

Added file io, and updated some ui elements.
Also added Digital Rain standalone app for an example.
This commit is contained in:
Totoo
2025-09-01 11:50:46 +02:00
committed by GitHub
parent 776c9bc7c9
commit b15bb59678
61 changed files with 14474 additions and 12 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ class Theme {
static void SetTheme(ThemeId theme);
static ThemeTemplate* current;
static void destroy(); // used from standalone app, to prevent memleak
private:
};