Main Page   Packages   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

User.h

Go to the documentation of this file.
00001 /*
00002  * $Id$
00003  */
00004 class User{
00005         public:
00006                 String name;
00007                 String url;
00008                 int game;
00009                 User(String name, String url);
00010                 int game();
00011                 void game(int);
00012 };

Powered by:

SourceForge Logo