00001 /* Grafx2 - The Ultimate 256-color bitmap paint program 00002 00003 Copyright 2007 Adrien Destugues 00004 Copyright 1996-2001 Sunset Design (Guillaume Dorme & Karl Maritaud) 00005 00006 Grafx2 is free software; you can redistribute it and/or 00007 modify it under the terms of the GNU General Public License 00008 as published by the Free Software Foundation; version 2 00009 of the License. 00010 00011 Grafx2 is distributed in the hope that it will be useful, 00012 but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 GNU General Public License for more details. 00015 00016 You should have received a copy of the GNU General Public License 00017 along with Grafx2; if not, see <http://www.gnu.org/licenses/> or 00018 write to the Free Software Foundation, Inc., 00019 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00020 */ 00021 void Modifier_pinceau(int Largeur, int Hauteur); 00022 void Retrecir_pinceau(void); 00023 void Grossir_pinceau(void); 00024 00025 void Special_Next_forecolor(void); 00026 void Special_Previous_forecolor(void); 00027 void Special_Next_backcolor(void); 00028 void Special_Previous_backcolor(void); 00029 00030 void Scroller_ecran(short Decalage_en_X,short Decalage_en_Y); 00031 void Scroller_loupe(short Decalage_en_X,short Decalage_en_Y); 00032 00033 void Zoom(short Sens);
1.5.8