20 lines
739 B
C
20 lines
739 B
C
/********************************************************************
|
|
created: 2009/04/13
|
|
created: 13:4:2009 22:08
|
|
filename: x:\ProjectRoot\vtmodsvn\tools\VTCPPProjectPremakerSimple\Sdk\Include\Core\Common\MemoryFileMappingPrerequisites.h
|
|
file path: x:\ProjectRoot\vtmodsvn\tools\VTCPPProjectPremakerSimple\Sdk\Include\Core\Common
|
|
file base: MemoryFileMappingPrerequisites
|
|
file ext: h
|
|
author: Günter Baumgart
|
|
|
|
purpose: Forward decalarations for memory file mappings
|
|
*********************************************************************/
|
|
#ifndef __MEMORY_FILE_MAPPING_PREREQUISITES_H__
|
|
#define __MEMORY_FILE_MAPPING_PREREQUISITES_H__
|
|
|
|
|
|
struct vtExternalEvent;
|
|
struct TSharedMemory;
|
|
struct haptekMsg;
|
|
|
|
#endif |