Wt examples
4.11.3
hangman
Dictionary.h
Go to the documentation of this file.
1
// This may look like C code, but it's really -*- C++ -*-
2
/*
3
* Copyright (C) 2011 Emweb bv, Herent, Belgium
4
*
5
* See the LICENSE file for terms of use.
6
*/
7
8
#ifndef DICTIONARY_H_
9
#define DICTIONARY_H_
10
11
#include <string>
12
13
enum class
Dictionary
{
14
English
= 0,
15
Dutch
= 1
16
};
17
18
extern
std::string
randomWord
(
Dictionary
dictionary);
19
20
#endif
//DICTIONARY_H_
Dictionary
Dictionary
Definition:
Dictionary.h:13
Dictionary::Dutch
@ Dutch
Dictionary::English
@ English
randomWord
std::string randomWord(Dictionary dictionary)
Definition:
Dictionary.C:14
Generated on Wed Feb 19 2025 for
the C++ Web Toolkit (Wt)
by
1.9.1