From 70fbc2b1ff254295338c6d42b41d9fdb43b02d8f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 3 Oct 2015 20:41:18 -0700 Subject: Add a function to get a list of data files The method takes a marked-up filename (e.g. may include %r for a sample rate, %% for %, etc), and returns a vector of strings of found filenames that match. It will search the CWD, the local, and global data directories, in that order. --- Alc/alstring.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc/alstring.h') diff --git a/Alc/alstring.h b/Alc/alstring.h index 8791fbc0..5cbb6ac5 100644 --- a/Alc/alstring.h +++ b/Alc/alstring.h @@ -8,6 +8,7 @@ typedef char al_string_char_type; TYPEDEF_VECTOR(al_string_char_type, al_string) +TYPEDEF_VECTOR(al_string, vector_al_string) inline void al_string_deinit(al_string *str) { VECTOR_DEINIT(*str); } -- cgit v1.2.3