aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorDavide Morelli <morellid@users.sourceforge.net>2005-12-03 01:49:01 +0000
committerDavide Morelli <morellid@users.sourceforge.net>2005-12-03 01:49:01 +0000
commitef9a23cf7bf3bacc44b75bb2228b6ea5e29eb430 (patch)
tree2b4dd65a74a384e467a10fde8f68a508d1afe87d /common.h
parentb6644478fd2a97e9bf8e1f81f6cf84a7956eed35 (diff)
again some more common functions
svn path=/trunk/externals/frankenstein/; revision=4121
Diffstat (limited to 'common.h')
-rwxr-xr-xcommon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index e447f1d..02ac024 100755
--- a/common.h
+++ b/common.h
@@ -150,6 +150,9 @@ void init_rhythm_memory_representation(t_rhythm_memory_representation *this_rep)
// add a new rhythm in the list of similar rhythms related to one main rhythm
void add_similar_rhythm(t_rhythm_memory_representation *this_rep, t_rhythm_event *new_rhythm);
+// free the array with pointers and lists
+void free_memory_representation(t_rhythm_memory_representation *this_rep);
+
// functions needed to fill and use the memory table