#ifndef WORDLIST_H #define WORDLIST_H #include #include namespace OCC { namespace WordList { QStringList getRandomWords(int nr); } } #endif