From cff46a5799984006c7f5b773f9a55364d9604f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Sun, 19 Jan 2025 10:35:21 +0800 Subject: [PATCH] use .hpp for C++-only headers --- dsp_lib.h => dsp_lib.hpp | 0 fifo.h => fifo.hpp | 0 sndlock.cpp | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename dsp_lib.h => dsp_lib.hpp (100%) rename fifo.h => fifo.hpp (100%) diff --git a/dsp_lib.h b/dsp_lib.hpp similarity index 100% rename from dsp_lib.h rename to dsp_lib.hpp diff --git a/fifo.h b/fifo.hpp similarity index 100% rename from fifo.h rename to fifo.hpp diff --git a/sndlock.cpp b/sndlock.cpp index 8e09e7b..65ad41b 100644 --- a/sndlock.cpp +++ b/sndlock.cpp @@ -14,8 +14,8 @@ #include "imgui_impl_glfw.h" #include "imgui_impl_opengl3.h" -#include "dsp_lib.h" -#include "fifo.h" +#include "dsp_lib.hpp" +#include "fifo.hpp" #define SND_BITS 24 #define SND_PCHAN 2