summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/triplhnt.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2014-09-04 17:49:30 +0000
committer Ivan Vangelista <mesgnet@yahoo.it>2014-09-04 17:49:30 +0000
commit016990765fc2125c0e3f07e65ac3653345b345d4 (patch)
treef34de5167dafbaadd6ab554eaccb1cd9a3f97cf2 /src/mame/includes/triplhnt.h
parent3092a095e58b288b0478b51ba3794b6591b07dfd (diff)
samples_device: converted to use inline config and delegates. Will probably need clean compile. (nw)
Diffstat (limited to 'src/mame/includes/triplhnt.h')
-rw-r--r--src/mame/includes/triplhnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/triplhnt.h b/src/mame/includes/triplhnt.h
index 886f8c1f749..2a4acffb66a 100644
--- a/src/mame/includes/triplhnt.h
+++ b/src/mame/includes/triplhnt.h
@@ -77,4 +77,4 @@ protected:
/*----------- defined in audio/triplhnt.c -----------*/
DISCRETE_SOUND_EXTERN( triplhnt );
-extern const samples_interface triplhnt_samples_interface;
+extern const char *const triplhnt_sample_names[];