diff options
Diffstat (limited to '')
-rw-r--r-- | cards.h | 5 |
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, |