blob: 8d179c55e519d805c8c1c5ba26eb76a90cb8aa9b [file]
// Copyright 2018 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.
// WARNING: THIS FILE IS MACHINE GENERATED. DO NOT EDIT.
// Generated from the banjo.examples.example3 banjo file
#pragma once
#include <zircon/compiler.h>
#include <zircon/types.h>
__BEGIN_CDECLS
// Forward declarations
typedef struct point point_t;
// Declarations
struct point {
int64_t x;
int64_t y;
};
// Helpers
__END_CDECLS