Make use of dynamic box drawing

This commit is contained in:
Oliver
2025-06-15 20:01:16 +02:00
committed by Oliver Schmidt
parent 990d65e4e4
commit 24b7d1fec7
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
#define DYN_BOX_DRAW
#include <stddef.h>
#include <stdlib.h>
#include <limits.h>

View File

@@ -7,6 +7,7 @@
#define DYN_BOX_DRAW
#include <stdlib.h>
#include <string.h>
#include <conio.h>