Overte C++ Documentation
PlatformHacks.h
1 //
2 // Created by Bradley Austin Davis on 2017/09/15
3 // Copyright 2013-2017 High Fidelity, Inc.
4 //
5 // Distributed under the Apache License, Version 2.0.
6 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
7 //
8 #pragma once
9 #ifndef hifi_shared_PlatformHacks_h
10 #define hifi_shared_PlatformHacks_h
11 
12 #include <QtCore/QtGlobal>
13 
14 #if defined(Q_OS_ANDROID)
15 #include "platform/AndroidHacks.h"
16 #endif
17 
18 #endif