thug/Code/Core/List.h
2016-02-14 08:39:12 +11:00

65 lines
2.4 KiB
C

/*****************************************************************************
** **
** Neversoft Entertainment **
** **
** Copyright (C) 1999 - All Rights Reserved **
** **
******************************************************************************
** **
** Project: Core Library **
** **
** Module: List (Lst) **
** **
** File name: core/list.h **
** **
** Created: 05/27/99 - mjb **
** **
*****************************************************************************/
#ifndef __CORE_LIST_H
#define __CORE_LIST_H
/*****************************************************************************
** Includes **
*****************************************************************************/
#include <core/list/node.h>
#include <core/list/head.h>
#include <core/list/search.h>
/*****************************************************************************
** Defines **
*****************************************************************************/
/*****************************************************************************
** Class Definitions **
*****************************************************************************/
/*****************************************************************************
** Private Declarations **
*****************************************************************************/
/*****************************************************************************
** Private Prototypes **
*****************************************************************************/
/*****************************************************************************
** Public Declarations **
*****************************************************************************/
/*****************************************************************************
** Public Prototypes **
*****************************************************************************/
/*****************************************************************************
** Inline Functions **
*****************************************************************************/
#endif // __CORE_LIST_H