use .hpp for C++-only headers
This commit is contained in:
parent
47921d7fe3
commit
cff46a5799
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user