00001 00002 // 00003 // Platform specific functions 00004 // 00005 // Project: Yasa 2 00006 // Author : Jan Blumenthal 00007 // Start : 2003/01/22 00008 // $Header: /sources/yasa/yasagui/platforms/platforms.h,v 1.2 2003/01/30 09:29:55 bj Exp $ 00009 // 00011 // 00012 // This program is free software; you can redistribute it and/or modify 00013 // it under the terms of the GNU General Public License as published by 00014 // the Free Software Foundation; either version 2 of the License, or 00015 // (at your option) any later version. 00016 // 00017 // This program is distributed in the hope that it will be useful, 00018 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00019 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00020 // GNU General Public License for more details. 00021 // 00022 // You should have received a copy of the GNU General Public License 00023 // along with this program (See the included file COPYING); 00024 // if not, write to the Free Software Foundation, Inc., 00025 // 675 Mass Ave, Cambridge, MA 02139, USA. 00026 // 00028 #ifndef YASAGUI_PLATTFORMS_INCLUDE 00029 #define YASAGUI_PLATTFORMS_INCLUDE 00030 00031 00033 // Input: path = Ptr to buffer to store the full path 00034 // length= size of buffer 00035 // argv = given name to main() 00036 // Output:int = size of name stored in path) 00038 int pf_GetStartPath(char *path, unsigned int length, const char * argv); 00039 00040 QString GetStartPath(const char * argv); 00041 00042 00043 00045 #endif // ifndef YASAGUI_PLATTFORMS_INCLUDE