Move */arch/include/messagebox.h -> common/include/messagebox.h

This commit is contained in:
Kp 2013-03-03 01:03:33 +00:00
parent 0b38376ebd
commit 2ab85c0413
2 changed files with 0 additions and 18 deletions

View file

@ -1,18 +0,0 @@
/*
* messagebox.h
* d1x-rebirth
*
* Display an error or warning messagebox using the OS's window server.
*
*/
#ifndef _MESSAGEBOX_H
#define _MESSAGEBOX_H
// Display a warning in a messagebox
extern void msgbox_warning(char *message);
// Display an error in a messagebox
extern void msgbox_error(char *message);
#endif