stuff for developing, actual debug mode as well as add the vban protocol specs

This commit is contained in:
2025-05-25 12:37:07 +02:00
parent f8c1671de2
commit a19427c9c4
11 changed files with 70 additions and 16 deletions
+5
View File
@@ -1,4 +1,9 @@
#pragma once
#ifdef DEBUG
#define BS412_DEBUG
#endif
#include <math.h>
#ifdef BS412_DEBUG
#include "../lib/debug.h"