fix: fix various compile error.
- fix various compile error to let plugin now can be compiled.
This commit is contained in:
10
materializer/StandaloneMain.hpp
Normal file
10
materializer/StandaloneMain.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "stdafx.hpp"
|
||||
|
||||
namespace VSW::Materializer::StandaloneMain {
|
||||
|
||||
#ifdef MATERIALIZER_STANDALONE
|
||||
void PlayerMain(int argc, char* argv[]);
|
||||
#endif
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user