Drive Engine
1.0.0
Plateforme de reconstruction 3D
Main Page
Classes
Files
File List
Export.h
1
// Copyright (c) 2015. All rights reserved to DriveEngine Team.
2
3
#pragma once
4
5
#include "IExportable.h"
6
#include "Typedefs.h"
7
8
9
//=====================================================================
10
// Export
11
//=====================================================================
12
//
13
// Contain the common header for every exported symbols
14
//
15
16
#ifdef FRAMEWORK_EXPORTS
17
#define FRAMEWORK_API __declspec(dllexport)
18
#else
19
#define FRAMEWORK_API __declspec(dllimport)
20
#endif
Framework
Public
Export.h
Generated by
1.8.10