Use config.h

pull/126/head
3d-gussner 2021-09-29 19:52:35 +02:00 committed by DRracer
parent abf875bda0
commit f99adae31e
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#pragma once
#include <stdint.h>
#include "config/config.h"
/// Enable DEBUG_LOGIC to compile debugging and error messages (beware of code base size ;) ) for the logic layer
//#define DEBUG_LOGIC