summaryrefslogtreecommitdiff
path: root/noncore/games/sfcave-sdl/util.h
blob: fe3e9c0bdc4505bf39711612b3f56684eec030a1 (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);
const char *chooseRandomFile( string path, string fileType );

#endif