#include "editor.h"Go to the source code of this file.
Functions | |
| int | show_dialog (const char *message, int x, int y, int width, int height) |
| int | dialog_read_string (const char *message, char *buffer, int x, int y, int width, int height) |
|
||||||||||||||||||||||||||||
|
Definition at line 14 of file dialog.c. References draw_rect(), draw_string(), message(), and read_char(). Referenced by file_open(), file_save_as(), and map_import_level(). |
|
||||||||||||||||||||||||
|
Definition at line 4 of file dialog.c. References draw_rect(), draw_string(), message(), and read_char(). Referenced by file_open(), file_save(), file_save_as(), map_delete(), and map_import_level(). |
1.3.6