Main Page
Namespaces
Classes
Files
File List
File Members
include
GTEngine.h
Go to the documentation of this file.
1
// David Eberly, Geometric Tools, Redmond WA 98052
2
// Copyright (c) 1998-2017
3
// Distributed under the Boost Software License, Version 1.0.
4
// http://www.boost.org/LICENSE_1_0.txt
5
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
6
// File Version: 3.0.3 (2016/11/14)
7
8
#pragma once
9
10
#include <
GTLowLevel.h
>
11
#include <
GTMathematics.h
>
12
#include <
GTImagics.h
>
13
14
#if !defined(__APPLE__)
15
#include <
GTGraphics.h
>
16
#include <
GTPhysics.h
>
17
#endif
18
19
#if defined(__MSWINDOWS__)
20
#if defined(GTE_DEV_OPENGL)
21
#include <
GTGraphicsGL4.h
>
22
#elif defined(GTE_USE_DX12)
23
#include <GTGraphicsDX12.h>
24
#else
25
#include <
GTGraphicsDX11.h
>
26
#endif
27
#endif
28
29
#if defined(__LINUX__)
30
#include <
GTGraphicsGL4.h
>
31
#endif
32
33
#if !defined(__APPLE__)
34
#include <
GTApplications.h
>
35
#endif
GTGraphics.h
GTGraphicsGL4.h
GTImagics.h
GTGraphicsDX11.h
GTPhysics.h
GTMathematics.h
GTApplications.h
GTLowLevel.h
geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:01