Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/client.h')
-rw-r--r--src/client/client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/client.h b/src/client/client.h
index 85562a1..ddc6dd5 100644
--- a/src/client/client.h
+++ b/src/client/client.h
@@ -73,6 +73,11 @@ public:
return client_testmodelview;
}
+ /// local client seds a chat message
+ inline void say(std::string const &text) {
+ func_say(text);
+ }
+
protected:
/// run a client frame
virtual void frame();