summaryrefslogtreecommitdiff
path: root/scripts/py/templates/AudioClips.hpp.template
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/py/templates/AudioClips.hpp.template')
-rw-r--r--scripts/py/templates/AudioClips.hpp.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/py/templates/AudioClips.hpp.template b/scripts/py/templates/AudioClips.hpp.template
index eb0beda..2bcf45c 100644
--- a/scripts/py/templates/AudioClips.hpp.template
+++ b/scripts/py/templates/AudioClips.hpp.template
@@ -23,6 +23,7 @@
#include <stddef.h>
#define NUMBER_OF_FILES ({{clips_count}}U)
+
{% for var_name, size in varname_size %}
extern const int16_t {{var_name}}[{{size}}];
{% endfor %}