LMMS
Loading...
Searching...
No Matches
stub.h
Go to the documentation of this file.
1// Copyright 2019-2020 David Robillard <d@drobilla.net>
2// SPDX-License-Identifier: ISC
3
4#ifndef PUGL_STUB_H
5#define PUGL_STUB_H
6
7#include "pugl/pugl.h"
8
10
17
25const PuglBackend*
26puglStubBackend(void);
27
31
33
34#endif // PUGL_STUB_H
PUGL_CONST_API const PuglBackend * puglStubBackend(void)
Definition wasm_stub.c:14
struct PuglBackendImpl PuglBackend
Definition pugl.h:823
#define PUGL_END_DECLS
Definition pugl.h:47
#define PUGL_BEGIN_DECLS
Definition pugl.h:46
#define PUGL_CONST_API
Definition pugl.h:42