summaryrefslogtreecommitdiff
path: root/noncore/games/sfcave-sdl/util.h
blob: e3aa31a22a399b75630233c6bd72b24f12586ec3 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __UTIL_H
#define __UTIL_H

#include <string>
using namespace std;

Uint32 getpixel(SDL_Surface *surface, int x, int y);
string chooseRandomFile( string path, string fileType );
string getHomeDir();
#endif