about summary refs log tree commit diff
path: root/cards.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-03-29 00:07:30 -0400
committerJune McEnroe <june@causal.agency>2019-03-29 00:07:30 -0400
commit18995f4fea5ebdbbcea44d050b83e9e1949e3eea (patch)
tree4ac967e806d92a2e2ca8f4ee7dfb984f5b838089 /cards.h
parentFactor out path searching (diff)
downloadcards-18995f4fea5ebdbbcea44d050b83e9e1949e3eea.tar.gz
cards-18995f4fea5ebdbbcea44d050b83e9e1949e3eea.zip
Document cards library
Diffstat (limited to 'cards.h')
-rw-r--r--cards.h4
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
 );