client/picture.h

Go to the documentation of this file.
00001 /* $Id:picture.h jjs $ */
00002 /*
00003    Copyright (C) 2007 by Jurjen Stellingwerff <jurjen@stwerff.xs4all.nl>
00004    Part of the Moros Project http://moros.sourceforge.net/
00005 
00006    This program is free software; you can redistribute it and/or modify
00007    it under the terms of the GNU General Public License.
00008    This program is distributed in the hope that it will be useful,
00009    but WITHOUT ANY WARRANTY.
00010 
00011    See the COPYING file for more details.
00012 */
00013 #ifndef PICTURE_H_
00014 #define PICTURE_H_
00015 
00016 #include <string>
00017 
00018 
00019 
00020 void add_directory(std::string);
00021 void add_images();
00022 
00023 void set_team(int r, int g, int b);
00024 void set_terrain(int type, int x, int y);
00025 void set_add(int type, int x, int y, int dir);
00026 void set_castle(int type, int x, int y);
00027 void move_map(int dx, int dy);
00028 
00036 int set_unit(
00037     int type, 
00038     int action, 
00039     int x, 
00040     int y, 
00041     int d, 
00042     int u 
00043 );
00044 
00048 void paint();
00049 
00050 #endif // PICTURE_H_


Generated on Tue Jan 1 17:30:00 2008 for client/picture.h Source File by  doxygen   Visit the project page on SourceForge.net Logo