Recent session files, saved in Settings and restored on start.

This commit is contained in:
brunoherbelin
2020-05-09 19:20:15 +02:00
parent 069009fc06
commit 7634e62054
7 changed files with 176 additions and 98 deletions

View File

@@ -8,6 +8,7 @@
#define APP_VERSION_MINOR 1
#define XML_VERSION_MAJOR 0
#define XML_VERSION_MINOR 1
#define MAX_RECENT_HISTORY 10
#define MINI(a, b) (((a) < (b)) ? (a) : (b))
#define MAXI(a, b) (((a) > (b)) ? (a) : (b))