mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-21 11:01:44 +01:00
Added some missed .h files.
This commit is contained in:
33
src/hedit.h
Normal file
33
src/hedit.h
Normal file
@@ -0,0 +1,33 @@
|
||||
/**
|
||||
* @file hedit.h
|
||||
* Oasis OLC Help Editor.
|
||||
*
|
||||
* Part of the core tbaMUD source code distribution, which is a derivative
|
||||
* of, and continuation of, CircleMUD.
|
||||
*
|
||||
* Author: Steve Wolfe, Scott Meisenholder, Rhade
|
||||
* All rights reserved. See license.doc for complete information.
|
||||
* Copyright (C) 2007 by Rhade
|
||||
* InfoTechMUD is based on CircleMUD, Copyright (C) 1993, 1994.
|
||||
* CircleMUD is based on DikuMUD, Copyright (C) 1990, 1991.
|
||||
*
|
||||
*/
|
||||
#ifndef _HEDIT_H_
|
||||
#define _HEDIT_H_
|
||||
|
||||
#include "utils.h" /* for ACMD definition */
|
||||
|
||||
/* Functions made externally available */
|
||||
/* Utility functions */
|
||||
/*
|
||||
* All the following functions are declared in oasis.h
|
||||
void hedit_parse(struct descriptor_data *, char *);
|
||||
void hedit_string_cleanup(struct descriptor_data *, int);
|
||||
ACMD(do_oasis_hedit);
|
||||
*/
|
||||
/* Action fuctions */
|
||||
ACMD(do_helpcheck);
|
||||
ACMD(do_hindex);
|
||||
|
||||
|
||||
#endif /* _HEDIT_H_*/
|
||||
Reference in New Issue
Block a user