Added Rhade's new history command, cleaned up more files --Rumble

This commit is contained in:
Rumble
2007-03-12 23:55:50 +00:00
parent 42377c319a
commit 355095bdb6
26 changed files with 454 additions and 693 deletions

View File

@@ -1,3 +1,12 @@
/* ************************************************************************
* File: constants.h Part of tbaMUD *
* Usage: Header file for constants. *
* All rights reserved. See license for complete information. *
* *
* Copyright (C) 1993, 94 by the Trustees of the Johns Hopkins University *
* tbaMUD is based on CircleMUD and DikuMUD, Copyright (C) 1990, 1991. *
************************************************************************ */
extern const char *circlemud_version;
extern const char *oasisolc_version;
extern const char *ascii_pfiles_version;
@@ -38,6 +47,7 @@ extern int drink_aff[][3];
extern const char *trig_types[];
extern const char *otrig_types[];
extern const char *wtrig_types[];
extern const char *history_types[];
extern size_t room_bits_count;
extern size_t action_bits_count;
extern size_t affected_bits_count;