mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
layout and mdem buffer struct
This commit is contained in:
@@ -13,5 +13,9 @@ enum PracticeAlgorithm {
|
||||
};
|
||||
|
||||
void initTrainWindow();
|
||||
void setQuestions(std::vector<Question*> questions, PracticeAlgorithm algorithm);
|
||||
|
||||
void initiatePractice(
|
||||
std::vector<Question*> questions,
|
||||
PracticeAlgorithm algorithm,
|
||||
time_t *trainedAt
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user