mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-04 03:17:19 +02:00
14 lines
223 B
C
14 lines
223 B
C
/**
|
|
* @file rset.h
|
|
* Room creation/configuration and utility headers.
|
|
*
|
|
* This set of code was not originally part of the circlemud distribution.
|
|
*/
|
|
|
|
#ifndef RSET_H
|
|
#define RSET_H
|
|
|
|
ACMD(do_rset);
|
|
ACMD(do_rcreate);
|
|
|
|
#endif
|