diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-05-17 08:43:30 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-05-17 08:43:30 -0700 |
commit | 1d8f8c5b5d3a5ea7b20116b690aa38468446df90 (patch) | |
tree | 87dc3612c543fd5e73c329f245f8dc483b66092a /psg.h | |
parent | 8ad096f5309ac7c3876b22b6d048f229cdf5677d (diff) |
Split generic part of audio code into a separate file so it can be used in other targets besides SDL
Diffstat (limited to 'psg.h')
-rw-r--r-- | psg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include <stdint.h> #include "serialize.h" -#include "render.h" +#include "render_audio.h" typedef struct { audio_source *audio; |