comparison extra_rwops.h @ 490:c7ab783f05d3

Patched to compile.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 14 Sep 2005 16:01:27 +0000
parents 137c0b00ea4c
children 2df1f5c62d38
comparison
equal deleted inserted replaced
489:c00e26a7e0b6 490:c7ab783f05d3
75 75
76 /* Get a new RWops, allocating if needed. */ 76 /* Get a new RWops, allocating if needed. */
77 SDL_RWops *RWops_pooled_alloc(void); 77 SDL_RWops *RWops_pooled_alloc(void);
78 78
79 /* Return a RWops to the pool for reuse. */ 79 /* Return a RWops to the pool for reuse. */
80 void RWops_pooled_free(SDL_RWops *rw) 80 void RWops_pooled_free(SDL_RWops *rw);
81 81
82 #ifdef __cplusplus 82 #ifdef __cplusplus
83 } 83 }
84 #endif 84 #endif
85 85