Files
o3de/Code/CryEngine/CrySystem/RemoteConsole/RemoteConsole.cpp
T
2021-06-23 10:55:22 -07:00

17 lines
300 B
C++

/*
* Copyright (c) Contributors to the Open 3D Engine Project
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "CrySystem_precompiled.h"
#include "RemoteConsole.h"
#ifdef USE_REMOTE_CONSOLE
#include "RemoteConsole_impl.inl"
#else
#include "RemoteConsole_none.inl"
#endif