summaryrefslogtreecommitdiff
path: root/fluid/app/templates.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/app/templates.h')
-rw-r--r--fluid/app/templates.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/fluid/app/templates.h b/fluid/app/templates.h
new file mode 100644
index 000000000..cedec9f76
--- /dev/null
+++ b/fluid/app/templates.h
@@ -0,0 +1,29 @@
+//
+// Fluid Project Templates header for the Fast Light Tool Kit (FLTK).
+//
+// Copyright 1998-2025 by Bill Spitzak and others.
+//
+// This library is free software. Distribution and use rights are outlined in
+// the file "COPYING" which should have been included with this file. If this
+// file is missing or damaged, see the license at:
+//
+// https://www.fltk.org/COPYING.php
+//
+// Please see the following page on how to report bugs and issues:
+//
+// https://www.fltk.org/bugs.php
+//
+
+#ifndef FLUID_APP_TEMPLATES_H
+#define FLUID_APP_TEMPLATES_H
+
+namespace fld {
+namespace app {
+
+void save_template();
+
+} // namespace app
+} // namespace fld
+
+#endif // FLUID_APP_TEMPLATES_H
+