commit | 1b04afb9d638c901f528d94abff9d766f550c714 | [log] [tgz] |
---|---|---|
author | bugfix <mg@henning-ullrich.de> | Wed Apr 15 14:52:24 2020 +0200 |
committer | Zesstra <zesstra@zesstra.de> | Sat Dec 30 19:38:56 2023 +0100 |
tree | 4480c3f92579d8a5ff5573ae6281c236fb352e77 | |
parent | 9fd4bc5d0b6f118119f2e69aef755720565685bd [diff] [blame] |
call_other() auf this_object() ausgebaut. Dafuer einen Prototyp angelegt. Change-Id: I58b199c16bff5fc673fe56653b9a7de93ee1cf2f
diff --git a/sys/player/comm.h b/sys/player/comm.h index 803b319..5839576 100644 --- a/sys/player/comm.h +++ b/sys/player/comm.h
@@ -78,6 +78,7 @@ protected void status_report(int type, mixed val); protected void _notify(string msg, string action); +static void modify_prompt(); #endif // __PLAYER_COMM_H_PROTO__