mud/fluffos-2.23-ds03/console.h
2020-09-06 05:43:07 -07:00

17 lines
204 B
C

/*
* console.h -- definitions and prototypes for console.c
*
*/
#ifndef CONSOLE_H
#define CONSOLE_H
#include "options_incl.h"
#ifdef HAS_CONSOLE
extern void console_command(char *);
#endif
#endif