From e0a80a520ea773adc9c3be751f0dc38739132565 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Sun, 10 Mar 2024 15:34:20 +0800 Subject: [PATCH] fix typo in opl.h --- source/libs/opl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/opl.h b/source/libs/opl.h index 0da880c..56bf013 100644 --- a/source/libs/opl.h +++ b/source/libs/opl.h @@ -6,7 +6,7 @@ opl.h - v0.1 - OPL3 (SoundBlaster16) emulation with MIDI compatible interface Do this: - #define OP_IMPLEMENTATION + #define OPL_IMPLEMENTATION before you include this file in *one* C/C++ file to create the implementation. ------------------------------------------------------------------------------