Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-12 20:06:34 -07:00
parent d3d02059cc
commit 98c46cdf8d
8 changed files with 0 additions and 16 deletions
@@ -5,8 +5,6 @@
*
*/
#include "Twitch_precompiled.h"
#include <AzCore/Module/Module.h>
AZ_DECLARE_MODULE_CLASS(Gem_Twitch, AZ::Module)
-1
View File
@@ -5,7 +5,6 @@
*
*/
#include "Twitch_precompiled.h"
#include <TwitchSystemComponent.h>
#include <AzCore/Module/Module.h>
-1
View File
@@ -5,7 +5,6 @@
*
*/
#include "Twitch_precompiled.h"
#include <AzCore/std/time.h>
#include <AzCore/std/smart_ptr/make_shared.h>
#include <AzCore/std/string/conversions.h>
@@ -5,7 +5,6 @@
*
*/
#include "Twitch_precompiled.h"
#include <AzCore/Script/ScriptContext.h>
#include <AzCore/RTTI/BehaviorContext.h>
#include <Twitch/TwitchBus.h>
@@ -5,8 +5,6 @@
*
*/
#include "Twitch_precompiled.h"
#include <AzCore/Serialization/SerializeContext.h>
#include <AzCore/Serialization/EditContext.h>
#include <AzCore/std/time.h>
@@ -1,7 +0,0 @@
/*
* 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
*
*/
#pragma once
@@ -6,6 +6,5 @@
#
set(FILES
Source/Twitch_precompiled.h
Source/ComponentStub.cpp
)
-1
View File
@@ -10,7 +10,6 @@ set(FILES
Include/Twitch/TwitchTypes.h
Include/Twitch/BaseTypes.h
Include/Twitch/RESTTypes.h
Source/Twitch_precompiled.h
Source/TwitchSystemComponent.cpp
Source/TwitchSystemComponent.h
Source/TwitchReflection.cpp