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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cards.h') 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 ); -- cgit 1.4.1