aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl/stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pugl/stub.h')
-rw-r--r--include/pugl/stub.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/pugl/stub.h b/include/pugl/stub.h
index 8bfe4d8..73f20aa 100644
--- a/include/pugl/stub.h
+++ b/include/pugl/stub.h
@@ -4,8 +4,8 @@
#ifndef PUGL_STUB_H
#define PUGL_STUB_H
-#include "pugl/attributes.h"
-#include "pugl/pugl.h"
+#include <pugl/attributes.h>
+#include <pugl/pugl.h>
PUGL_BEGIN_DECLS
@@ -22,8 +22,7 @@ PUGL_BEGIN_DECLS
This backend just creates a simple native window without setting up any
portable graphics API.
*/
-PUGL_CONST_API
-const PuglBackend*
+PUGL_CONST_API const PuglBackend*
puglStubBackend(void);
/**