fix: fix various compile error.

- fix various compile error to let plugin now can be compiled.
This commit is contained in:
2024-08-01 17:12:31 +08:00
parent 03f4b1b773
commit ef1261e349
9 changed files with 385 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
#pragma once
#include "stdafx.hpp"
namespace VSW::Materializer::PluginMain {
#ifdef MATERIALIZER_PLUGIN
void InitializePluginInfo();
PluginInfo* GetPluginInfo();
PluginInterface* GetPluginInterface();
#endif
}