view DPF-Prymula-audioplugins/dpf/dgl/src/pugl-extra/haiku.h @ 7:bb29f1c89c99

immposiblerush-0.230919-0_PKG
author prymula <prymula76@outlook.com>
date Thu, 01 Feb 2024 21:49:30 +0100
parents 84e66ea83026
children
line wrap: on
line source

// Copyright 2012-2022 David Robillard <d@drobilla.net>
// Copyright 2021-2022 Filipe Coelho <falktx@falktx.com>
// SPDX-License-Identifier: ISC

#ifndef PUGL_SRC_HAIKU_H
#define PUGL_SRC_HAIKU_H

#include "../pugl-upstream/src/types.h"

#include "pugl/pugl.h"

#include <Application.h>
#include <Window.h>

struct PuglWorldInternalsImpl {
  BApplication* app;
};

struct PuglInternalsImpl {
  PuglSurface* surface;
  BView* view;
  BWindow* window;
};

#endif // PUGL_SRC_HAIKU_H