diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2006-09-22 09:20:21 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2006-09-22 09:20:21 +0000 |
commit | 84de6b7d71cc72c7c1e52edbad02563bbb3e0867 (patch) | |
tree | b4ed962f51145224b3d308e36635020e4234acc3 /externals/grill/flext/tutorial/stk2 | |
parent | aa22e0d3aa3dc961fd1076629cfdbd8a43aac101 (diff) |
small fixes for tutorial examples
fixed help methods
fixed typos, dates, contact info
added typed flext::NewAligned
svn path=/trunk/; revision=6000
Diffstat (limited to 'externals/grill/flext/tutorial/stk2')
-rw-r--r-- | externals/grill/flext/tutorial/stk2/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/tutorial/stk2/main.cpp b/externals/grill/flext/tutorial/stk2/main.cpp index 8189f32a..0e740f60 100644 --- a/externals/grill/flext/tutorial/stk2/main.cpp +++ b/externals/grill/flext/tutorial/stk2/main.cpp @@ -1,7 +1,7 @@ /* flext tutorial - stk 2 -Copyright (c) 2002,2003 Thomas Grill (xovo@gmx.net) +Copyright (c) 2002-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. @@ -22,7 +22,7 @@ the respective platform (e.g. __OS_WINDOWS__ and __LITTLE_ENDIAN__ for Windows) #include <flstk.h> #if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 401) -#error You need at least flext version 0.4.1 +#error You need at least flext version 0.4.1 with STK support #endif #include "PitShift.h" |