Mercurial > sdl-ios-xcode
view test/automated/rwops/TestSupportRWops.h @ 5227:c66b2a778b7e
Try to create an OpenGL ES 2.0 context on Android and successfully fall back to OpenGL ES 1.1 if that fails.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 07 Feb 2011 17:44:07 -0800 |
parents | 033c455bbe99 |
children |
line wrap: on
line source
#include <stdio.h> #include "SDL.h" #ifndef TestSupportRWops_h #define TestSupportRWops_h FILE* TestSupportRWops_OpenFPFromReadDir(const char *file, const char *mode); FILE* TestSupportRWops_OpenFPFromWriteDir(const char *file, const char *mode); SDL_RWops* TestSupportRWops_OpenRWopsFromReadDir(const char *file, const char *mode); SDL_RWops* TestSupportRWops_OpenRWopsFromWriteDir(const char *file, const char *mode); #endif