From 18995f4fea5ebdbbcea44d050b83e9e1949e3eea Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 29 Mar 2019 00:07:30 -0400 Subject: Document cards library --- cards.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cards.c') diff --git a/cards.c b/cards.c index fd108b9..9e92aa9 100644 --- a/cards.c +++ b/cards.c @@ -337,7 +337,7 @@ checkRange(SDL_Surface **surfaces, size_t count, size_t a, size_t b) { int Cards_LoadCards( - SDL_Surface **surfaces, size_t count, + SDL_Surface *surfaces[], size_t count, SDL_RWops *rw, enum Cards_Flag flags ) { memset(surfaces, 0, sizeof(*surfaces) * count); @@ -358,7 +358,7 @@ Cards_LoadCards( int Cards_LoadFreeCell( - SDL_Surface **surfaces, size_t count, + SDL_Surface *surfaces[], size_t count, SDL_RWops *rw, enum Cards_Flag flags ) { memset(surfaces, 0, sizeof(*surfaces) * count); -- cgit 1.4.1