Files
o3de/Code/Tools/AssetProcessor/native/precompiled.h
T
Steve Pham 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213)
* Updated all copyright headers to split the longer original copyright line into 2 shorter lines

Signed-off-by: Steve Pham <spham@amazon.com>
2021-07-16 15:25:48 -07:00

40 lines
872 B
C

/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#ifndef ASSETPROCESSOR_PRECOMPILED_H
#define ASSETPROCESSOR_PRECOMPILED_H
#if 1 // change to 0 to temporarily turn off pch to make sure includes are ok
#include <QObject>
#include <QMetaObject>
#include <QFile>
#include <QString>
#include <QStringList>
#include <QList>
#if !defined(BATCH_MODE)
#include <QApplication>
#endif
#include <QHash>
#include <QByteArray>
#include <QAbstractListModel>
#include <QSet>
#include <QDir>
#include <QDebug>
#include <QPair>
#include <QTimer>
#include <QQueue>
#include <QTime>
#include <QVector>
#include <QThread>
#include <QProcess>
#include <QCoreApplication>
#endif
#endif // ASSETPROCESSOR_PRECOMPILED_H