aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/implementation.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/detail/implementation.h')
-rw-r--r--pugl/detail/implementation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pugl/detail/implementation.h b/pugl/detail/implementation.h
index d6288a3..7f50ecf 100644
--- a/pugl/detail/implementation.h
+++ b/pugl/detail/implementation.h
@@ -30,6 +30,9 @@
extern "C" {
#endif
+/** Reallocate and set `*dest` to `string`. */
+void puglSetString(char** dest, const char* string);
+
/** Allocate and initialise world internals (implemented once per platform) */
PuglWorldInternals* puglInitWorldInternals(void);