diff psg.h @ 1865:4c322abd9fa5

Split generic part of audio code into a separate file so it can be used in other targets besides SDL
author Michael Pavone <pavone@retrodev.com>
date Fri, 17 May 2019 08:43:30 -0700
parents 6ce36c3f250b
children 508522f08e4d
line wrap: on
line diff
--- a/psg.h	Tue May 14 23:20:35 2019 -0700
+++ b/psg.h	Fri May 17 08:43:30 2019 -0700
@@ -8,7 +8,7 @@
 
 #include <stdint.h>
 #include "serialize.h"
-#include "render.h"
+#include "render_audio.h"
 
 typedef struct {
 	audio_source *audio;