Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/player.h')
-rw-r--r--src/core/player.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/player.h b/src/core/player.h
index a9eb4b0..e68a219 100644
--- a/src/core/player.h
+++ b/src/core/player.h
@@ -200,7 +200,10 @@ public:
}
- /*----- server-side mesage functions ------------------------------ */
+ /*----- server-side message functions ----------------------------- */
+
+ /// send a messagebox to the player
+ void messagebox(const char *text, const char *label1 = 0, const char *command1 = 0, const char *label2 = 0, const char *command2 = 0);
/// send a message to the player on one of the message channels
void message(core::Message::Channel channel, const std::string text);