CHDK_DE Vorschauversion
Trunk Rev. 6014
|
#include "camera_info.h"
#include "keyboard.h"
#include "lang.h"
#include "conf.h"
#include "gui.h"
#include "gui_draw.h"
#include "gui_lang.h"
#include "gui_batt.h"
#include "gui_mbox.h"
#include "modes.h"
#include "time.h"
#include "module_def.h"
#include "simple_game.c"
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | COLOR_LIGHT_GRAY MAKE_COLOR(COLOR_GREY_LT,COLOR_GREY_LT) |
#define | BK_COLOR MAKE_COLOR(COLOR_GREY,COLOR_GREY) |
#define | TEXT_COLOR MAKE_COLOR(COLOR_GREY,COLOR_BLACK) |
Funktionen | |
void | gui_game_menu_kbd_process () |
int | gui_mastermind_kbd_process () |
void | gui_mastermind_draw () |
static void | choice_box (int x, int y, twoColors cl) |
static void | clue_box (int pos, color col) |
char | WinQuary () |
static void | info_line (char *msg) |
char | CanNext () |
void | CreateColorCombo () |
int | gui_mastermind_init () |
static void | draw_box (color border) |
static void | end_game (int msg) |
static void | chg_box (int inc_box, int inc_val) |
int | basic_module_init () |
Variablen | |
gui_handler | GUI_MODE_MASTERMIND |
int | cell_size = 20 |
int | curr_x |
int | curr_y |
int | answer [4] |
char | colors [6] |
int | curr_color [4] |
int | GameGo |
static char | buf [128] |
ModuleInfo | _module_info |
#define BK_COLOR MAKE_COLOR(COLOR_GREY,COLOR_GREY) |
Definiert in Zeile 25 der Datei gui_mastermind.c.
#define COLOR_LIGHT_GRAY MAKE_COLOR(COLOR_GREY_LT,COLOR_GREY_LT) |
Definiert in Zeile 24 der Datei gui_mastermind.c.
#define TEXT_COLOR MAKE_COLOR(COLOR_GREY,COLOR_BLACK) |
Definiert in Zeile 26 der Datei gui_mastermind.c.
int basic_module_init | ( | ) |
Definiert in Zeile 277 der Datei gui_mastermind.c.
char CanNext | ( | ) |
Definiert in Zeile 96 der Datei gui_mastermind.c.
|
static |
Definiert in Zeile 196 der Datei gui_mastermind.c.
|
static |
Definiert in Zeile 36 der Datei gui_mastermind.c.
|
static |
Definiert in Zeile 43 der Datei gui_mastermind.c.
void CreateColorCombo | ( | ) |
Definiert in Zeile 110 der Datei gui_mastermind.c.
|
static |
Definiert in Zeile 182 der Datei gui_mastermind.c.
|
static |
Definiert in Zeile 188 der Datei gui_mastermind.c.
void gui_game_menu_kbd_process | ( | ) |
Definiert in Zeile 7 der Datei simple_game.c.
void gui_mastermind_draw | ( | ) |
Definiert in Zeile 266 der Datei gui_mastermind.c.
int gui_mastermind_init | ( | ) |
Definiert in Zeile 129 der Datei gui_mastermind.c.
int gui_mastermind_kbd_process | ( | ) |
Definiert in Zeile 207 der Datei gui_mastermind.c.
|
static |
Definiert in Zeile 91 der Datei gui_mastermind.c.
char WinQuary | ( | ) |
Definiert in Zeile 50 der Datei gui_mastermind.c.
ModuleInfo _module_info |
Definiert in Zeile 293 der Datei gui_mastermind.c.
int answer[4] |
Definiert in Zeile 30 der Datei gui_mastermind.c.
|
static |
Definiert in Zeile 34 der Datei gui_mastermind.c.
int cell_size = 20 |
Definiert in Zeile 22 der Datei gui_mastermind.c.
char colors[6] |
Definiert in Zeile 31 der Datei gui_mastermind.c.
int curr_color[4] |
Definiert in Zeile 32 der Datei gui_mastermind.c.
int curr_x |
Definiert in Zeile 28 der Datei gui_mastermind.c.
int curr_y |
Definiert in Zeile 29 der Datei gui_mastermind.c.
int GameGo |
Definiert in Zeile 33 der Datei gui_mastermind.c.
gui_handler GUI_MODE_MASTERMIND |
Definiert in Zeile 19 der Datei gui_mastermind.c.