diff options
Diffstat (limited to 'include/pugl/stub.h')
-rw-r--r-- | include/pugl/stub.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pugl/stub.h b/include/pugl/stub.h index d2d1236..46e0e96 100644 --- a/include/pugl/stub.h +++ b/include/pugl/stub.h @@ -34,7 +34,8 @@ PUGL_BEGIN_DECLS This backend just creates a simple native window without setting up any portable graphics API. */ -PUGL_API PUGL_CONST_FUNC +PUGL_API +PUGL_CONST_FUNC const PuglBackend* puglStubBackend(void); |