'' '' music_nativea.bas - External music functions implemented natively using '' Allegro '' '' part of OHRRPGCE - see elsewhere for license details '' option explicit #DEFINE USE_ALLEGRO #include "music_native.bas" 'Ok, before you go WTF, 99% of music_native using allegro is identical. The 'other 1% is controlled using a define, USE_ALLEGRO.