Wt examples
4.0.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
public-git
wt
examples
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 bvba, Heverlee, 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
using namespace
Wt
;
14
15
enum
Dictionary
{
16
DICT_EN
= 0,
17
DICT_NL
= 1
18
};
19
20
extern
std::wstring
RandomWord
(
Dictionary
dictionary);
21
22
#endif //DICTIONARY_H_
RandomWord
std::wstring RandomWord(Dictionary dictionary)
Definition:
Dictionary.C:16
DICT_NL
Definition:
Dictionary.h:17
Dictionary
Dictionary
Definition:
Dictionary.h:15
Wt
DICT_EN
Definition:
Dictionary.h:16
Generated on Mon Sep 4 2017 for
the C++ Web Toolkit (Wt)
by
1.8.11