blob: 4f5d9d3faceeacb45df6304d27afd20ae78135a0 [file] [log] [blame]
// Copyright 2016 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef DART_PKG_ZIRCON_SDK_EXT_NATIVES_H_
#define DART_PKG_ZIRCON_SDK_EXT_NATIVES_H_
namespace zircon {
namespace dart {
void Initialize();
} // namespace dart
} // namespace zircon
#endif // DART_PKG_ZIRCON_SDK_EXT_NATIVES_H_