kgamemisc.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef __KGAMEMSIC_H__
00023 #define __KGAMEMISC_H__
00024
00025 #include <qstring.h>
00026
00027 class KGameMiscPrivate;
00033 class KGameMisc
00034 {
00035 public:
00036 KGameMisc();
00037 ~KGameMisc();
00038
00039 static QString randomName();
00040
00041 private:
00042 KGameMiscPrivate* d;
00043 };
00044
00045 #endif
This file is part of the documentation for libkdegames Library Version 3.2.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Mar 12 22:53:42 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003