steed/src/sdl-instead/sdl_idf.h

8 lines
165 B
C
Raw Normal View History

2011-04-19 13:57:52 +03:00
#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