Commit Graph

16 Commits

Author SHA1 Message Date
Murilo Soares Pereira
f0aa621e69 Added pop() and function prototypes. 2010-04-04 21:20:37 -03:00
Murilo Soares Pereira
4bb10a54cc Added stack files, with push(). 2010-04-04 21:20:36 -03:00
Murilo Soares Pereira
155e03e42c We need to malloc() the size of the structure, not the pointer. 2010-04-04 21:00:36 -03:00
Murilo Soares Pereira
abca15d2be common.h isn't needed on card.c. 2010-04-03 20:52:10 -03:00
Murilo Soares Pereira
513d8308d0 Added initial draw functions. 2010-04-03 16:34:45 -03:00
Murilo Soares Pereira
c4ce09551e Adding card_value(). 2010-04-03 15:49:57 -03:00
Murilo Soares Pereira
a51e1c8b79 Adding init_curses()' prototype. 2010-04-03 15:48:02 -03:00
Murilo Soares Pereira
1910bfe868 Moved curses initialization related stuff to display.c. 2010-04-03 15:26:21 -03:00
Murilo Soares Pereira
042b45f36a Forgot switch's breaks. 2010-04-03 15:24:10 -03:00
Murilo Soares Pereira
0ea190c39f Added initial display code. 2010-04-03 04:11:27 -03:00
Murilo Soares Pereira
8960ae7f84 Removed GUI related code from card code. 2010-04-03 01:22:13 -03:00
Murilo Soares Pereira
d8d42c42b2 delwin() rather than free() on WINDOWs. 2010-04-01 11:14:11 -03:00
Murilo Soares Pereira
adac388f03 Fixed struct card's face type. 2010-04-01 10:18:57 -03:00
Murilo Soares Pereira
7c3c72a0fd Adding irrelevant values to enums. 2010-04-01 10:17:21 -03:00
Murilo Soares Pereira
f57073dc85 Card 'face' enum, rather than 'exposed' boolean. 2010-04-01 09:50:53 -03:00
Murilo Soares Pereira
4a84d62d07 Modularization started. 2010-04-01 02:28:00 -03:00