summaryrefslogtreecommitdiff
path: root/noncore/games/sfcave-sdl/util.h
blob: a67707b43d59985ab99193dbf3a9b0c82574a6fd (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