Fusion360-Addons/usr/Include/Core/Common/MemoryFileMappingPrerequisites.h
2021-10-31 19:39:29 +01:00

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