diff options
Diffstat (limited to 'cards.h')
-rw-r--r-- | cards.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cards.h b/cards.h index 845b97b..9625cb8 100644 --- a/cards.h +++ b/cards.h @@ -65,13 +65,13 @@ enum Cards_Flag { int Cards_LoadCards( - SDL_Surface **surfaces, size_t count, + SDL_Surface *surfaces[], size_t count, SDL_RWops *rw, enum Cards_Flag flags ); int Cards_LoadFreeCell( - SDL_Surface **surfaces, size_t count, + SDL_Surface *surfaces[], size_t count, SDL_RWops *rw, enum Cards_Flag flags ); |