From 755429798a1dbe658d2a4d342927c9b9272629ee Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 30 Apr 2023 03:24:20 -0700 Subject: Move debug functions to their own source --- al/debug.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 al/debug.h (limited to 'al/debug.h') diff --git a/al/debug.h b/al/debug.h new file mode 100644 index 00000000..a268f690 --- /dev/null +++ b/al/debug.h @@ -0,0 +1,4 @@ +#ifndef AL_DEBUG_H +#define AL_DEBUG_H + +#endif /* AL_DEBUG_H */ -- cgit v1.2.3