Sha256: a723f13a6f4f0c278c488ee546e79d5169cc286585eb11d72e338690c8d6b0fa

Contents?: true

Size: 387 Bytes

Versions: 1

Compression:

Stored size: 387 Bytes

Contents

#include "common/app_build_capabilities.h"


extern "C" void Init_JSAPI_Sensor();
#ifndef RHO_NO_RUBY_API
extern "C" void Init_RubyAPI_Sensor();
extern "C" int  rho_ruby_is_started();
#endif

extern "C" void Init_Sensor_API()
{
#ifndef RHO_NO_RUBY_API
    if (rho_ruby_is_started())
    {
    	Init_RubyAPI_Sensor();
    }
#endif

#ifndef RHO_NO_JS_API
    Init_JSAPI_Sensor();
#endif
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tauplatform-1.0.1 lib/commonAPI/sensor/ext/shared/generated/sensor_api_init.cpp