00001 #ifndef __UTIL_H 00002 #define __UTIL_H 00003 00004 #include <string> 00005 using namespace std; 00006 00007 Uint32 getpixel(SDL_Surface *surface, int x, int y); 00008 string chooseRandomFile( string path, string fileType ); 00009 string getHomeDir(); 00010 #endif
1.4.2