aboutsummaryrefslogtreecommitdiff
path: root/tools/ArtistTools/source/BlastPlugin/Render/Interface/PluginBlast.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ArtistTools/source/BlastPlugin/Render/Interface/PluginBlast.h')
-rw-r--r--tools/ArtistTools/source/BlastPlugin/Render/Interface/PluginBlast.h21
1 files changed, 0 insertions, 21 deletions
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<int, D3D11RenderShader*>& ShaderMap) = 0;
-
-protected:
- PluginBlast();
-};
-