00001 /* Grafx2 - The Ultimate 256-color bitmap paint program 00002 00003 Copyright 2008 Peter Gordon 00004 Copyright 2008 Yves Rizoud 00005 Copyright 2008 Franck Charlet 00006 Copyright 2007 Adrien Destugues 00007 Copyright 1996-2001 Sunset Design (Guillaume Dorme & Karl Maritaud) 00008 00009 Grafx2 is free software; you can redistribute it and/or 00010 modify it under the terms of the GNU General Public License 00011 as published by the Free Software Foundation; version 2 00012 of the License. 00013 00014 Grafx2 is distributed in the hope that it will be useful, 00015 but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 GNU General Public License for more details. 00018 00019 You should have received a copy of the GNU General Public License 00020 along with Grafx2; if not, see <http://www.gnu.org/licenses/> or 00021 write to the Free Software Foundation, Inc., 00022 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00023 */ 00024 void Set_Program_Directory(const char * argv0,char * Program_Dir); 00025 void Set_Data_Directory(const char * Program_Dir, char * Data_Dir); 00026 void Set_Config_Directory(const char * Program_Dir, char * Config_Dir); 00027
1.5.8