aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/fldefs_hdr.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-09-20 14:24:10 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-09-20 14:24:10 +0000
commitb1224f91730af6a729f7e7a428eb660a6d734926 (patch)
treec49a430ed4700743c2851556a10d8685df748b2d /externals/grill/flext/source/fldefs_hdr.h
parentb6d992055164079e3943dd0e75d8734214a9b280 (diff)
enabled templates for flext classes, inlined timer functions, some more ToOut/Sys methods
fixed help name definition added flfeatures.h for compile-time version-specific feature detection changed eol-style adapted for pd-devel 0.39 minimal fix for timers cosmetic changes to calm the compiler changes for Mac/Intel svn path=/trunk/; revision=5979
Diffstat (limited to 'externals/grill/flext/source/fldefs_hdr.h')
-rw-r--r--externals/grill/flext/source/fldefs_hdr.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/externals/grill/flext/source/fldefs_hdr.h b/externals/grill/flext/source/fldefs_hdr.h
index 12b17c79..01bcd477 100644
--- a/externals/grill/flext/source/fldefs_hdr.h
+++ b/externals/grill/flext/source/fldefs_hdr.h
@@ -32,6 +32,10 @@ WARRANTIES, see the file, "license.txt," in this distribution.
\
FLEXT_REALHDR(NEW_CLASS, PARENT_CLASS)
+#define FLEXT_HEADER_T(NEW_CLASS,PARENT_CLASS) \
+\
+FLEXT_REALHDR_T(NEW_CLASS, PARENT_CLASS)
+
/*! \brief Flext class header with setup function
\param NEW_CLASS name of the current C++ class
\param PARENT_CLASS name of the base C++ class (e.g. flext_base or flext_dsp)
@@ -46,6 +50,10 @@ FLEXT_REALHDR(NEW_CLASS, PARENT_CLASS)
\
FLEXT_REALHDR_S(NEW_CLASS, PARENT_CLASS, SETUPFUN)
+#define FLEXT_HEADER_TS(NEW_CLASS, PARENT_CLASS, SETUPFUN)\
+\
+FLEXT_REALHDR_TS(NEW_CLASS, PARENT_CLASS, SETUPFUN)
+
//! @} FLEXT_D_HEADER