#include <libintl.h>
#include <locale.h>
#include "io.h"
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include "player.h"
#include "generalfunc.h"
#include "main.h"
Functions | |
char | draw_info_win (int columns, int rows, char *firstmsg,...) |
char | draw_info_win_static (int columns, int rows, char *msg, int row) |
int | choose_race_win (int columns, int rows) |
int | choose_profession_win (int columns, int rows) |
char * | getstr_method () |
char * | getchr_method () |
char * | choosing_win (int columns, int rows, char *msg, int row, char *(*method)()) |
void | eraseandput (int n, char *msg) |
int | message_length (int new_val) |
void | addmessage (char *msg, int reset) |
int | choose_direction (char dir, int *x, int *y, char params_unchanged) |
void | draw_direction_error (int columns, int rows) |
void | youdie (int columns, int rows) |
void addmessage | ( | char * | msg, | |
int | reset | |||
) |
int choose_direction | ( | char | dir, | |
int * | x, | |||
int * | y, | |||
char | params_unchanged | |||
) |
int choose_profession_win | ( | int | columns, | |
int | rows | |||
) |
int choose_race_win | ( | int | columns, | |
int | rows | |||
) |
char* choosing_win | ( | int | columns, | |
int | rows, | |||
char * | msg, | |||
int | row, | |||
char *(*)() | method | |||
) |
void draw_direction_error | ( | int | columns, | |
int | rows | |||
) |
char draw_info_win | ( | int | columns, | |
int | rows, | |||
char * | firstmsg, | |||
... | ||||
) |
char draw_info_win_static | ( | int | columns, | |
int | rows, | |||
char * | msg, | |||
int | row | |||
) |
void eraseandput | ( | int | n, | |
char * | msg | |||
) |
char* getchr_method | ( | ) |
char* getstr_method | ( | ) |
int message_length | ( | int | new_val | ) |
void youdie | ( | int | columns, | |
int | rows | |||
) |