commit | 0da8995aab1f440e6d387423208e3e78280a755b | [log] [tgz] |
---|---|---|
author | Bugfix <mg@henning-ullrich.de> | Sat Jan 30 21:59:31 2021 +0100 |
committer | Bugfix <mg@henning-ullrich.de> | Sat Jan 30 21:59:31 2021 +0100 |
tree | db62ac54392cb6710a792070cdea6632c7099bca | |
parent | 4497a5066745f771f8b6d78751e7a557f0997ada [diff] [blame] |
Prototyp fuer create_default_npc() Change-Id: I5ca5d6f7c091ae8edbd34d54856312df73ec9244
diff --git a/sys/npc.h b/sys/npc.h index 458034c..70f81bc 100644 --- a/sys/npc.h +++ b/sys/npc.h
@@ -44,6 +44,8 @@ #ifdef NEED_PROTOTYPES #ifndef _NPC_H_PROTOTYPES_ #define _NPC_H_PROTOTYPES_ +// aus npc.c +varargs void create_default_npc(int level, int maxhp); // aus npc/info.c public varargs void AddInfo(string|string* key, string|closure info, string indent, int|string silent, string|closure casebased);