write shit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <basalt/export_macro.hpp>
|
||||
|
||||
BS_EXPORT void* BSCreateInstance() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
BS_EXPORT void BSDestroyInstance(void* instance) {
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user