tbamud/src/rset.h
2025-12-31 09:42:47 -08:00

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