comparison DPF-Prymula-audioplugins/dpf/dgl/src/pugl-extra/haiku.h @ 3:84e66ea83026

DPF-Prymula-audioplugins-0.231015-2
author prymula <prymula76@outlook.com>
date Mon, 16 Oct 2023 21:53:34 +0200
parents
children
comparison
equal deleted inserted replaced
2:cf2cb71d31dd 3:84e66ea83026
1 // Copyright 2012-2022 David Robillard <d@drobilla.net>
2 // Copyright 2021-2022 Filipe Coelho <falktx@falktx.com>
3 // SPDX-License-Identifier: ISC
4
5 #ifndef PUGL_SRC_HAIKU_H
6 #define PUGL_SRC_HAIKU_H
7
8 #include "../pugl-upstream/src/types.h"
9
10 #include "pugl/pugl.h"
11
12 #include <Application.h>
13 #include <Window.h>
14
15 struct PuglWorldInternalsImpl {
16 BApplication* app;
17 };
18
19 struct PuglInternalsImpl {
20 PuglSurface* surface;
21 BView* view;
22 BWindow* window;
23 };
24
25 #endif // PUGL_SRC_HAIKU_H