From 92419b025aa5d82bb7592281af5505ff931c2e58 Mon Sep 17 00:00:00 2001 From: andyq Date: Mon, 20 Jan 2003 23:11:56 +0000 Subject: Initial Revision --- (limited to 'noncore/games/sfcave-sdl/util.h') diff --git a/noncore/games/sfcave-sdl/util.h b/noncore/games/sfcave-sdl/util.h new file mode 100644 index 0000000..fe3e9c0 --- a/dev/null +++ b/noncore/games/sfcave-sdl/util.h @@ -0,0 +1,10 @@ +#ifndef __UTIL_H +#define __UTIL_H + +#include +using namespace std; + +Uint32 getpixel(SDL_Surface *surface, int x, int y); +const char *chooseRandomFile( string path, string fileType ); + +#endif -- cgit v0.9.0.2