00001 /* $Id: edit.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 EDIT_HPP_ 00014 #define EDIT_HPP_ 00015 00016 #include map; 00017 00019 00020 enum brush_type { 00021 Brush_1, 00022 Brush_3, 00023 Brush_5, 00024 Brush_7 00025 }; 00026 00027 int terrain; 00028 int growth; 00029 int brush; 00030 int copy_brush; 00031 area[49] copy; 00032 00033 #endif /*EDIT_HPP_*/