diff options
Diffstat (limited to 'PDContainer/src/HMap.cpp')
-rwxr-xr-x | PDContainer/src/HMap.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/PDContainer/src/HMap.cpp b/PDContainer/src/HMap.cpp new file mode 100755 index 0000000..c7e8534 --- /dev/null +++ b/PDContainer/src/HMap.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 +// +// HMap.cpp + + +#include "include/HMap.h" + |