/* * Copyright (c) Contributors to the Open 3D Engine Project * * 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 #include #include #include #include #include #if !defined(BATCH_MODE) #include #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #include #endif #endif // ASSETPROCESSOR_PRECOMPILED_H