prepare dx dev
This commit is contained in:
9
BasaltPresenter/Plugins/Deliver/PipeDeliver/main.cpp
Normal file
9
BasaltPresenter/Plugins/Deliver/PipeDeliver/main.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <basalt_export.hpp>
|
||||
|
||||
BS_EXPORT void* BSCreateInstance() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
BS_EXPORT void BSDestroyInstance(void* instance) {
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user