Wt examples
3.7.1
|
#include <string>
Go to the source code of this file.
Enumerations | |
enum | Dictionary { DICT_EN = 0, DICT_NL = 1 } |
Functions | |
std::wstring | RandomWord (Dictionary dictionary) |
enum Dictionary |
Enumerator | |
---|---|
DICT_EN | |
DICT_NL |
Definition at line 13 of file Dictionary.h.
std::wstring RandomWord | ( | Dictionary | dictionary | ) |
Definition at line 16 of file Dictionary.C.