mirror of
https://github.com/thug1src/thug.git
synced 2024-12-02 12:56:45 +00:00
66 lines
2.6 KiB
C++
66 lines
2.6 KiB
C++
/*****************************************************************************
|
|
** **
|
|
** Neversoft Entertainment **
|
|
** **
|
|
** Copyright (C) 1999 - All Rights Reserved **
|
|
** **
|
|
******************************************************************************
|
|
** **
|
|
** Project: Sys Library **
|
|
** **
|
|
** Module: File **
|
|
** **
|
|
** Created: 10/11/02 - grj **
|
|
** **
|
|
** File name: core/sys/p_AsyncFilesys.h **
|
|
** **
|
|
*****************************************************************************/
|
|
|
|
#ifndef __SYS_FILE_P_ASYNC_FILESYS_H
|
|
#define __SYS_FILE_P_ASYNC_FILESYS_H
|
|
|
|
/*****************************************************************************
|
|
** Includes **
|
|
*****************************************************************************/
|
|
|
|
#include <sys/file/AsyncFilesys.h>
|
|
|
|
/*****************************************************************************
|
|
** Defines **
|
|
*****************************************************************************/
|
|
|
|
namespace File
|
|
{
|
|
|
|
|
|
|
|
/*****************************************************************************
|
|
** Type Defines **
|
|
*****************************************************************************/
|
|
|
|
/*****************************************************************************
|
|
** Private Declarations **
|
|
*****************************************************************************/
|
|
|
|
/*****************************************************************************
|
|
** Private Prototypes **
|
|
*****************************************************************************/
|
|
|
|
/*****************************************************************************
|
|
** Public Declarations **
|
|
*****************************************************************************/
|
|
|
|
/*****************************************************************************
|
|
** Public Prototypes **
|
|
*****************************************************************************/
|
|
|
|
/******************************************************************/
|
|
/* */
|
|
/* */
|
|
/******************************************************************/
|
|
|
|
} // namespace File
|
|
|
|
#endif // __SYS_FILE_P_ASYNC_FILESYS_H
|
|
|