Sha256: 57f5cc2748749626846b9c9d3e323d42f331fe41f9ea7e6f06eec59fee5ecda3

Contents?: true

Size: 387 Bytes

Versions: 1

Compression:

Stored size: 387 Bytes

Contents

#include "common/app_build_capabilities.h"


extern "C" void Init_JSAPI_Navbar();
#ifndef RHO_NO_RUBY_API
extern "C" void Init_RubyAPI_Navbar();
extern "C" int  rho_ruby_is_started();
#endif

extern "C" void Init_Navbar_API()
{
#ifndef RHO_NO_RUBY_API
    if (rho_ruby_is_started())
    {
    	Init_RubyAPI_Navbar();
    }
#endif

#ifndef RHO_NO_JS_API
    Init_JSAPI_Navbar();
#endif
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tauplatform-1.0.1 lib/commonAPI/coreapi/ext/shared/generated/navbar_api_init.cpp