diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2006-09-27 07:52:28 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2006-09-27 07:52:28 +0000 |
commit | 566d9315633888d8454cf8480b7fcb86090e3cd0 (patch) | |
tree | 96a759a0b55506c9cd425ce5e7b3de0262f968f0 /externals/grill/flext/source | |
parent | f75c28329fc8716c3d38f8b6b362b064f2cd1b35 (diff) |
*** empty log message ***
svn path=/trunk/; revision=6035
Diffstat (limited to 'externals/grill/flext/source')
-rw-r--r-- | externals/grill/flext/source/flsndobj.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/externals/grill/flext/source/flsndobj.h b/externals/grill/flext/source/flsndobj.h index dee6c9de..4f20e50c 100644 --- a/externals/grill/flext/source/flsndobj.h +++ b/externals/grill/flext/source/flsndobj.h @@ -2,7 +2,7 @@ flext - C++ layer for Max/MSP and pd (pure data) externals -Copyright (c) 2001-2005 Thomas Grill (gr@grrrr.org) +Copyright (c) 2001-2006 Thomas Grill (gr@grrrr.org) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. @@ -16,7 +16,8 @@ WARRANTIES, see the file, "license.txt," in this distribution. #ifndef FLEXT_THREADS #define NOPTHREAD #endif -#include <SndObj/AudioDefs.h> +#include <SndObj/SndObj.h> +#include <SndObj/SndIO.h> #undef NOPTHREAD |