Renamed the 'draw' module to 'gui'.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "card.h"
|
||||
#include "stack.h"
|
||||
#include "deck.h"
|
||||
#include "draw.h"
|
||||
#include "gui.h"
|
||||
#include "cursor.h"
|
||||
#include "common.h"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <string.h>
|
||||
#include <ncurses.h>
|
||||
|
||||
#include "draw.h"
|
||||
#include "gui.h"
|
||||
#include "deck.h"
|
||||
#include "game.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "stack.h"
|
||||
#include "game.h"
|
||||
#include "cursor.h"
|
||||
#include "draw.h"
|
||||
#include "gui.h"
|
||||
|
||||
/* FIXME: this function does not work on stacks with no marked cards.
|
||||
* In that case it returns the stack's length. */
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <getopt.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "draw.h"
|
||||
#include "gui.h"
|
||||
#include "game.h"
|
||||
#include "keyboard.h"
|
||||
#include "common.h"
|
||||
|
||||
Reference in New Issue
Block a user