Mercurial > sdl-ios-xcode
comparison include/SDL_rwops.h @ 5131:2c500f37abcf
merged: might need to check main.c in the iOS template to make sure no changes were abandoned.
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Tue, 01 Feb 2011 00:37:02 -0800 |
parents | c2539ff054c8 |
children | b530ef003506 |
comparison
equal
deleted
inserted
replaced
5078:067973aec4d8 | 5131:2c500f37abcf |
---|---|
81 int (SDLCALL * close) (struct SDL_RWops * context); | 81 int (SDLCALL * close) (struct SDL_RWops * context); |
82 | 82 |
83 Uint32 type; | 83 Uint32 type; |
84 union | 84 union |
85 { | 85 { |
86 #ifdef __WINDOWS__ | 86 #ifdef __WIN32__ |
87 struct | 87 struct |
88 { | 88 { |
89 SDL_bool append; | 89 SDL_bool append; |
90 void *h; | 90 void *h; |
91 struct | 91 struct |