/***************************************************************************** ** ** ** 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 /***************************************************************************** ** Defines ** *****************************************************************************/ namespace File { /***************************************************************************** ** Type Defines ** *****************************************************************************/ /***************************************************************************** ** Private Declarations ** *****************************************************************************/ /***************************************************************************** ** Private Prototypes ** *****************************************************************************/ /***************************************************************************** ** Public Declarations ** *****************************************************************************/ /***************************************************************************** ** Public Prototypes ** *****************************************************************************/ /******************************************************************/ /* */ /* */ /******************************************************************/ } // namespace File #endif // __SYS_FILE_P_ASYNC_FILESYS_H