5d259ed12b
Eliot is a Scrabble game, it offers 3 different game modes: The free game mode is the standard one, ideal for having fun with your friends or family. You can play the game against a friend so that you can test your skills. In the duplicate mode, all the players are faced with the same board and letters at the same time. It is mainly used in clubs and competitions since it takes away the chance (and tactics) component(s) of the game. The training mode allows to play alone and make progress for the duplicate. It gives more freedom than the multiplayer modes. Feedback/ok sthen@
14 lines
376 B
Plaintext
14 lines
376 B
Plaintext
$OpenBSD: patch-utils_ncurses_h,v 1.1.1.1 2012/03/05 18:05:35 landry Exp $
|
|
Hack to find the correct ncurses header.
|
|
--- utils/ncurses.h.orig Tue Jan 3 21:49:17 2012
|
|
+++ utils/ncurses.h Mon Mar 5 08:48:16 2012
|
|
@@ -20,7 +20,7 @@
|
|
#ifndef NCURSES_H_
|
|
#define NCURSES_H_
|
|
|
|
-#include <ncursesw/curses.h>
|
|
+#include "/usr/include/ncurses.h"
|
|
#include <string>
|
|
|
|
class PublicGame;
|