use .hpp for C++-only headers

This commit is contained in:
Sébastien Bourdeauducq 2025-01-19 10:35:21 +08:00
parent 47921d7fe3
commit cff46a5799
3 changed files with 2 additions and 2 deletions

View File

View File

@ -14,8 +14,8 @@
#include "imgui_impl_glfw.h" #include "imgui_impl_glfw.h"
#include "imgui_impl_opengl3.h" #include "imgui_impl_opengl3.h"
#include "dsp_lib.h" #include "dsp_lib.hpp"
#include "fifo.h" #include "fifo.hpp"
#define SND_BITS 24 #define SND_BITS 24
#define SND_PCHAN 2 #define SND_PCHAN 2