view test/automated/rwops/TestSupportRWops.h @ 4625:1c562caa9123

Added dynamic loading of XFixes and XDamage on Mac OS X
author Sam Lantinga <slouken@libsdl.org>
date Wed, 28 Jul 2010 22:22:08 -0700
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