#include "types.h"


Go to the source code of this file.
Classes | |
| class | SubScreenHandler |
| Handler for the subscreen. More... | |
Functions | |
| int | randomize_positions (int card_index, int package_records, int &card0, int &card1, int &card2, int &card3) |
Definition in file subscreenhandler.h.
| int randomize_positions | ( | int | card_index, | |
| int | package_records, | |||
| int & | card0, | |||
| int & | card1, | |||
| int & | card2, | |||
| int & | card3 | |||
| ) |
Calculates 4 random cards including the correct one given by card_index.
Definition at line 538 of file subscreenhandler.cpp.
Referenced by DSMemorizer::KanjiQuizMode(), and DSMemorizer::VocabularyQuizMode().
1.5.8