mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-16 03:06:45 -04:00
added console and a few commands
This commit is contained in:
parent
e717badc45
commit
73b949fb2e
28 changed files with 807 additions and 87 deletions
|
@ -1724,7 +1724,7 @@ int count_pages(void);
|
|||
void save_book(void);
|
||||
void load_book(void);
|
||||
void prekodovat(char *c);
|
||||
|
||||
char clk_enter(int id,int xa,int ya,int xr,int yr);
|
||||
|
||||
//menu
|
||||
int enter_menu(char open); //task!
|
||||
|
@ -1787,5 +1787,9 @@ static __inline int quit_request_as_escape(int c) {
|
|||
if (c == E_QUIT_GAME_KEY) return 0x011B;else return c;
|
||||
}
|
||||
|
||||
void draw_console_window(void);
|
||||
void console_show(char show);
|
||||
char console_is_visible(void);
|
||||
|
||||
//extras
|
||||
#include "extras.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue