mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
mdem showing fixes && buffer indicator
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "parser.h"
|
||||
|
||||
void update();
|
||||
void update(bool isChanged = false);
|
||||
void saveMdem();
|
||||
|
||||
struct MdemBuffer {
|
||||
@@ -12,3 +12,5 @@ struct MdemBuffer {
|
||||
time_t trainedAt = 0;
|
||||
};
|
||||
|
||||
void updateMdemInfo(std::string filename = "", bool isChanged = true);
|
||||
|
||||
|
||||
@@ -19,3 +19,5 @@ void initiatePractice(
|
||||
MdemBuffer *mdemBuffer,
|
||||
PracticeAlgorithm algorithm
|
||||
);
|
||||
|
||||
void hideQuestionElements();
|
||||
|
||||
Reference in New Issue
Block a user