#ifndef DIALOG_H #define DIALOG_H #include bool ShowAlert(char *message); bool ShowDialog(char *message, char *title, char *ok, char *cancel); #endif