diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-13 04:33:37 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-13 04:33:37 +0100 |
| commit | 21cfa1fc0fdc08bb88abba9b3b4c614503f4b6e2 (patch) | |
| tree | 5097b34e33e6ac68b27a8d34a082cc04b815686c /src/cardstack.h | |
| parent | bad22fc13925219a2dac07c7c7e4335c704e9e79 (diff) | |
Introduced ncurses windows and started implementation of user interface.
Diffstat (limited to 'src/cardstack.h')
| -rw-r--r-- | src/cardstack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cardstack.h b/src/cardstack.h index d77996d..119bd4d 100644 --- a/src/cardstack.h +++ b/src/cardstack.h @@ -8,6 +8,6 @@ typedef card cardstack[MAX_CARDSTACK_SIZE]; -uint32_t cardstack_get_points(const cardstack s); +uint32_t cardstack_get_points(const cardstack cs); #endif // OXEN_CARDSTACK_H |
