aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
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