mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-05 13:46:59 +00:00
22 lines
638 B
C++
Generated
22 lines
638 B
C++
Generated
///
|
|
/// HybridOmniPlayerFactorySpec.cpp
|
|
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
|
|
/// https://github.com/mrousavy/nitro
|
|
/// Copyright © Marc Rousavy @ Margelo
|
|
///
|
|
|
|
#include "HybridOmniPlayerFactorySpec.hpp"
|
|
|
|
namespace margelo::nitro::omni {
|
|
|
|
void HybridOmniPlayerFactorySpec::loadHybridMethods() {
|
|
// load base methods/properties
|
|
HybridObject::loadHybridMethods();
|
|
// load custom methods/properties
|
|
registerHybrids(this, [](Prototype& prototype) {
|
|
prototype.registerHybridMethod("createPlayer", &HybridOmniPlayerFactorySpec::createPlayer);
|
|
});
|
|
}
|
|
|
|
} // namespace margelo::nitro::omni
|