aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flclass.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-05-06 02:36:40 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-05-06 02:36:40 +0000
commitef50dd62804d54af7da18d8bd8413c0dccd729b8 (patch)
tree2ddd4f431ab5f48e05a35616bcef2b64cce1fbaa /externals/grill/flext/source/flclass.h
parent1f6c586abd0b9af7f6a8ace1b75056b89bde84f0 (diff)
""
svn path=/trunk/; revision=609
Diffstat (limited to 'externals/grill/flext/source/flclass.h')
-rw-r--r--externals/grill/flext/source/flclass.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/externals/grill/flext/source/flclass.h b/externals/grill/flext/source/flclass.h
index fc0ff0f8..676cb4a9 100644
--- a/externals/grill/flext/source/flclass.h
+++ b/externals/grill/flext/source/flclass.h
@@ -35,6 +35,17 @@ WARRANTIES, see the file, "license.txt," in this distribution.
// === flext_base ==================================================
/*! \brief Flext message only base object
+
+ This is the base class from which typical external object derive.
+ DSP objects should use the flext_dsp class which inherits from flext_base and
+ provides the needed functionality.
+
+ For a valid external object class you would also need FLEXT_HEADER, also if it's only
+ a base class without instantiated objects again.
+ To make an instance of an object class you would typically use FLEXT_NEW or
+ its companions.
+
+ See the flext_obj class for additional information.
*/