summaryrefslogtreecommitdiff
path: root/fluid/Fl_Type.h
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-10-15 14:19:34 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-10-15 14:19:34 +0000
commit255e7fb39b83523c52855809bb9a80f647fe4cff (patch)
tree6f5b4eff04b13405b94cacecafd1ed449860f661 /fluid/Fl_Type.h
parent45bb73a9bf4692c68294be12a2e25a39ca3a307b (diff)
Fluid fixes from Vincent PENNE.
git-svn-id: file:///fltk/svn/fltk/trunk@12 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Type.h')
-rw-r--r--fluid/Fl_Type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h
index 737423a1d..e6968d13d 100644
--- a/fluid/Fl_Type.h
+++ b/fluid/Fl_Type.h
@@ -140,3 +140,5 @@ const char *c_check(const char *c, int type = 0);
// replace a string pointer with new value, strips leading/trailing blanks:
int storestring(const char *n, const char * & p, int nostrip=0);
+
+extern bool include_H_from_C;