From ef50dd62804d54af7da18d8bd8413c0dccd729b8 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 6 May 2003 02:36:40 +0000 Subject: "" svn path=/trunk/; revision=609 --- externals/grill/flext/source/flsupport.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'externals/grill/flext/source/flsupport.h') diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h index 64c19cf8..f4b81c58 100644 --- a/externals/grill/flext/source/flsupport.h +++ b/externals/grill/flext/source/flsupport.h @@ -21,11 +21,15 @@ WARRANTIES, see the file, "license.txt," in this distribution. class FLEXT_SHARE flext_base; /*! \brief Flext support class + A number of methods (most are static functions) are defined here for convenience. This class doesn't define any data members, hence it can be inherited to all classes (not only PD objects) to profit from the cross-platform functionality. Examples are the overloaded memory allocation, atom and atom list functions, thread functions and classes, the sample buffer class and others. + + This class can also be used for a non-object class (not representing an external object) + and won't give any extra burden to it. */ class FLEXT_SHARE flext { -- cgit v1.2.1