Go to the source code of this file.
Data Structures | |
struct | _lingLesson |
struct | _lingMeaning |
struct | lingConfig |
Typedefs | |
typedef int | lingbool |
typedef unsigned char | lingchar |
typedef _lingLesson | lingLesson |
typedef _lingMeaning | lingMeaning |
Enumerations | |
enum | Method { RANDOM, SEQUENCE, REVIEW, LEARN } |
|
This is a special defined boolean value - can return TRUE and FALSE (and should only be used with those both types!) |
|
This is a unsigned char to hold UTF-8 encoded characters. |
|
|
|
|
|
A list of different word choosing methods. |