steed/src/sdl-instead/sdl_idf.h
2011-04-19 10:57:52 +00:00

8 lines
165 B
C

#ifndef __SDL_IDF_H_INCLUDED
#define __SDL_IDF_H_INCLUDED
#include <SDL_rwops.h>
#include "idf.h"
extern SDL_RWops *RWFromIdf(idf_t idf, const char *fname);
#endif