#include <gtk/gtk.h>#include <glade/glade.h>#include <vector>#include "vgafile.h"#include "servemsg.h"Include dependency graph for studio.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | EStudio |
Classes | |
| class | ExultStudio |
Defines | |
| #define | C_EXPORT extern "C" |
Typedefs | |
| typedef void(*) | Msg_callback (Exult_server::Msg_type id, unsigned char *data, int datalen, void *client) |
Functions | |
| int | EStudio::Prompt (const char *msg, const char *choice0, const char *choice1, const char *choice2) |
| void | EStudio::Alert (const char *msg,...) |
| GtkWidget * | EStudio::Add_menu_item (GtkWidget *menu, const char *label, GtkSignalFunc func, gpointer func_data) |
| GtkWidget * | EStudio::Create_arrow_button (GtkArrowType dir, GtkSignalFunc clicked, gpointer func_data) |
| typedef void(*) Msg_callback(Exult_server::Msg_type id, unsigned char *data, int datalen, void *client) |
1.5.1