From f1e539cadfb085cedc32f9773cfb9d14bfcdf138 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Wed, 23 Aug 2017 11:24:32 -0700 Subject: Removing ArtistTools and CurveEditor projects --- .../BlastPlugin/Render/Interface/PluginBlast.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tools/ArtistTools/source/BlastPlugin/Render/Interface/PluginBlast.h (limited to 'tools/ArtistTools/source/BlastPlugin/Render/Interface/PluginBlast.h') diff --git a/tools/ArtistTools/source/BlastPlugin/Render/Interface/PluginBlast.h b/tools/ArtistTools/source/BlastPlugin/Render/Interface/PluginBlast.h deleted file mode 100644 index a67fd89..0000000 --- a/tools/ArtistTools/source/BlastPlugin/Render/Interface/PluginBlast.h +++ /dev/null @@ -1,21 +0,0 @@ -#pragma once - -#include "RenderPlugin.h" -#include "blastplugin_global.h" - -class PLUGINBT_EXPORT PluginBlast -{ -public: - static bool Create(std::string api); - static PluginBlast* Instance(); - static void Destroy(); - - ~PluginBlast(); - - // D3D11Shaders - virtual bool D3D11Shaders_InitializeShadersD3D11(std::map& ShaderMap) = 0; - -protected: - PluginBlast(); -}; - -- cgit v1.2.3