Begin converting QS engine to CPP

This commit is contained in:
iikorni
2026-08-22 10:00:49 -05:00
commit 0404d430dc
196 changed files with 103237 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
/* module tracker decoding support using libxmp */
#if !defined(_SND_XMP_H_)
#define _SND_XMP_H_
#if defined(USE_CODEC_XMP)
extern snd_codec_t xmp_codec;
#endif /* USE_CODEC_XMP */
#endif /* ! _SND_XMP_H_ */