diff options
author | Chris Robinson <[email protected]> | 2023-04-30 03:24:20 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-04-30 03:24:20 -0700 |
commit | 755429798a1dbe658d2a4d342927c9b9272629ee (patch) | |
tree | 0053b909087c640db818049923167c986f283dab /al/debug.h | |
parent | d7e22a8ada669910882ae34e0b57da6712629e72 (diff) |
Move debug functions to their own source
Diffstat (limited to 'al/debug.h')
-rw-r--r-- | al/debug.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |