Removes Cripter.h from GridMate

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-12-01 16:29:46 -08:00
parent ac221223a5
commit 7ea2b34e91
3 changed files with 0 additions and 27 deletions
@@ -12,7 +12,6 @@
#include <GridMate/Carrier/Carrier.h>
#include <GridMate/Carrier/Compressor.h>
#include <GridMate/Carrier/Cripter.h>
#include <GridMate/Carrier/DefaultHandshake.h>
#include <GridMate/Carrier/DefaultTrafficControl.h>
#include <GridMate/Carrier/Simulator.h>
@@ -1,25 +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
*
*/
#ifndef GM_CRIPTER_INTERFACE_H
#define GM_CRIPTER_INTERFACE_H
#include <GridMate/Types.h>
namespace GridMate
{
/**
* Traffic control interface
*/
class Cripter
{
public:
};
}
#endif // GM_CRIPTER_INTERFACE_H
@@ -19,7 +19,6 @@ set(FILES
Carrier/Carrier.cpp
Carrier/Carrier.h
Carrier/Compressor.h
Carrier/Cripter.h
Carrier/DefaultHandshake.cpp
Carrier/DefaultHandshake.h
Carrier/DefaultSimulator.cpp