///
/// NitroHaptic-Swift-Cxx-Umbrella.hpp
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
/// https://github.com/mrousavy/nitro
/// Copyright © Marc Rousavy @ Margelo
///

#pragma once

// Forward declarations of C++ defined types
// Forward declaration of `HapticEventType` to properly resolve imports.
namespace margelo::nitro::haptic { enum class HapticEventType; }
// Forward declaration of `HapticEvent` to properly resolve imports.
namespace margelo::nitro::haptic { struct HapticEvent; }
// Forward declaration of `HapticParameters` to properly resolve imports.
namespace margelo::nitro::haptic { struct HapticParameters; }
// Forward declaration of `HapticPattern` to properly resolve imports.
namespace margelo::nitro::haptic { struct HapticPattern; }
// Forward declaration of `HapticPreset` to properly resolve imports.
namespace margelo::nitro::haptic { enum class HapticPreset; }
// Forward declaration of `HybridHapticSpec` to properly resolve imports.
namespace margelo::nitro::haptic { class HybridHapticSpec; }

// Include C++ defined types
#include "HapticEvent.hpp"
#include "HapticEventType.hpp"
#include "HapticParameters.hpp"
#include "HapticPattern.hpp"
#include "HapticPreset.hpp"
#include "HybridHapticSpec.hpp"
#include <NitroModules/Result.hpp>
#include <exception>
#include <memory>
#include <optional>
#include <vector>

// C++ helpers for Swift
#include "NitroHaptic-Swift-Cxx-Bridge.hpp"

// Common C++ types used in Swift
#include <NitroModules/ArrayBufferHolder.hpp>
#include <NitroModules/AnyMapUtils.hpp>
#include <NitroModules/RuntimeError.hpp>
#include <NitroModules/DateToChronoDate.hpp>

// Forward declarations of Swift defined types
// Forward declaration of `HybridHapticSpec_cxx` to properly resolve imports.
namespace NitroHaptic { class HybridHapticSpec_cxx; }

// Include Swift defined types
#if __has_include("NitroHaptic-Swift.h")
// This header is generated by Xcode/Swift on every app build.
// If it cannot be found, make sure the Swift module's name (= podspec name) is actually "NitroHaptic".
#include "NitroHaptic-Swift.h"
// Same as above, but used when building with frameworks (`use_frameworks`)
#elif __has_include(<NitroHaptic/NitroHaptic-Swift.h>)
#include <NitroHaptic/NitroHaptic-Swift.h>
#else
#error NitroHaptic's autogenerated Swift header cannot be found! Make sure the Swift module's name (= podspec name) is actually "NitroHaptic", and try building the app first.
#endif
