mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Message Editor, Debugger Toggle, Hedit Fix, Code Cleanup, MUD Colour Adjustment
This commit is contained in:
parent
170173010b
commit
60d5836959
20 changed files with 885 additions and 165 deletions
|
@ -250,6 +250,12 @@ void ProtocolNegotiate( descriptor_t *apDescriptor );
|
|||
* whatever is left for the mud to parse normally. Call this after data has
|
||||
* been read into the input buffer, before it is used for anything else.
|
||||
*/
|
||||
|
||||
/* MUD Primary Colours */
|
||||
extern const char * RGBone;
|
||||
extern const char * RGBtwo;
|
||||
extern const char * RGBthree;
|
||||
|
||||
ssize_t ProtocolInput( descriptor_t *apDescriptor, char *apData, int aSize, char *apOut );
|
||||
|
||||
/* Function: ProtocolOutput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue