diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2005-10-21 11:56:32 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2005-10-21 11:56:32 +0000 |
commit | 1d6d1e8c73193f57a9c98387ea42eb91eb4d21d1 (patch) | |
tree | 8d0853fe30b12c73774c786f02f3d3011b147d4c /PDContainer/src/HDeque.cpp | |
parent | df8ac7c52ff0dfc8e2ba828c4226ed34b0e9ebfc (diff) |
only moving to a new directory
svn path=/trunk/externals/grh/; revision=3740
Diffstat (limited to 'PDContainer/src/HDeque.cpp')
-rwxr-xr-x | PDContainer/src/HDeque.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/PDContainer/src/HDeque.cpp b/PDContainer/src/HDeque.cpp new file mode 100755 index 0000000..3a1c317 --- /dev/null +++ b/PDContainer/src/HDeque.cpp @@ -0,0 +1,15 @@ +// *********************(c)*2004*********************> +// -holzilib--holzilib--holzilib--holzilib--holzilib-> +// ++++PD-External++by+Georg+Holzmann++grh@gmx.at++++> +// +// PDContainer: +// this is a port of the containers from the C++ STL +// (Standard Template Library) +// for usage see the documentation and PD help files +// for license see readme.txt +// +// HDeque.cpp + + +#include "include/HDeque.h" + |