about summary refs log tree commit diff
path: root/cards.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-03-15 00:34:50 -0400
committerJune McEnroe <june@causal.agency>2019-03-15 00:34:50 -0400
commit89a5cddd3f841a8f57d10775e60b75327954b481 (patch)
tree65caab1a32df12fd61e7f409bad7dbea1f81abcf /cards.h
parentHandle error from SDL_SaveBMP (diff)
downloadcards-89a5cddd3f841a8f57d10775e60b75327954b481.tar.gz
cards-89a5cddd3f841a8f57d10775e60b75327954b481.zip
Add Cards_{Width,Height} constants
Diffstat (limited to 'cards.h')
-rw-r--r--cards.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cards.h b/cards.h
index 23a70fb..0308cdf 100644
--- a/cards.h
+++ b/cards.h
@@ -20,6 +20,11 @@
 #include <SDL_rwops.h>
 #include <SDL_surface.h>
 
+enum {
+	Cards_Width = 71,
+	Cards_Height = 96,
+};
+
 enum Cards_Card {
 	Cards_Club,
 	Cards_Diamond = 13,