From 1d8f8c5b5d3a5ea7b20116b690aa38468446df90 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 17 May 2019 08:43:30 -0700 Subject: Split generic part of audio code into a separate file so it can be used in other targets besides SDL --- psg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'psg.h') diff --git a/psg.h b/psg.h index c4648e8..cad590d 100644 --- a/psg.h +++ b/psg.h @@ -8,7 +8,7 @@ #include #include "serialize.h" -#include "render.h" +#include "render_audio.h" typedef struct { audio_source *audio; -- cgit v1.2.3