SilverMUD/source
Barra Ó Catháin 9562cbfd21 Initial Implementation Of Lists
* lists.c (createList): Initial implementation.
(appendToList): Initial implementation.
(deleteNodeFromList): Initial implementation.
(indexOfFromList): Initial implementation.
(getFirstFromList): Initial implementation.
(isInList): Initial implementation.
(isPointerInList): Initial implementation.
* lists.h (LISTS_H): Defines the enum "DataType", and the structs "Node" and "List".
2024-04-14 23:08:37 +01:00
..
client Close client if connection breaks. 2024-03-19 23:28:12 +00:00
server Initial Implementation Of Lists 2024-04-14 23:08:37 +01:00
messages.c Modify server and client to begin using ClientToServer messages. 2023-08-26 00:48:28 +01:00
messages.h Modify server and client to begin using ClientToServer messages. 2023-08-26 00:48:28 +01:00