16 lines
276 B
C++
16 lines
276 B
C++
/*
|
|
* Copyright (c) Contributors to the Open 3D Engine Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
*
|
|
*/
|
|
|
|
#include "StandaloneTools_precompiled.h"
|
|
#include <AzCore/Serialization/SerializeContext.h>
|
|
#include "DrillerMainWindowMessages.h"
|
|
|
|
|
|
namespace Driller
|
|
{
|
|
}
|