Twitch
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Twitch_precompiled.h"
|
||||
|
||||
#include <AzCore/Module/Module.h>
|
||||
|
||||
AZ_DECLARE_MODULE_CLASS(Gem_Twitch, AZ::Module)
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Twitch_precompiled.h"
|
||||
#include <TwitchSystemComponent.h>
|
||||
#include <AzCore/Module/Module.h>
|
||||
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user