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 00022 void Gere_Evenement_SDL(SDL_Event * event); 00023 int Get_input(void); 00024 int Est_Raccourci(word Touche, word Fonction);
1.5.8